CoordinateFrame (Property)

From Legacy Roblox Wiki
Revision as of 04:37, 27 April 2023 by Realjame (talk | contribs) (Text replacement - "<SyntaxHighlight code="lua">" to "<syntaxhighlight lang="lua">")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)


See Also