CoordinateFrame (Property)
From Legacy Roblox Wiki
Jump to navigationJump to search
CoordinateFrame | |
Property | CFrame |
Description | This is a CFrame whose position defines where the camera is at, however it does not define which way it points. For that you need the Focus property. |
Member of | Camera |
Example
In a LocalScript:Workspace.CurrentCamera.CoordinateFrame = CFrame.new(0, 0, 0)