Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

How do I get the coordinate of my camera (exact)?

Asked by 9 years ago
print(game.Workspace.CurrentCamera.Position)

What do I put? Please help.

1 answer

Log in to vote
1
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
9 years ago

You would use CoordinateFrame. It always has to be usined in a LocalScript.

print(game.Workspace.CurrentCamera.CoordinateFrame -- Returns the CFrame
Ad

Answer this question