Camera position on XBOX

Hai, how do I detect the position of the player’s camera on XBOX; almost like mouse.hit.p?

1 Like

If you’re getting Camera position, it’s NOT like mouse.hit.p. Mouse.hit.p is just for MOUSE position.You’d get Camera position just like you would normally; in a localscript, using game.Workspace.CurrentCamera.CFrame and as with any CFrames, you can use .p to get its vector3 position.

2 Likes