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

How would I freeze a player's camera?

Asked by
Discern 1007 Moderation Voter
9 years ago

How would I freeze a player's camera in place?

i.e. Not being able to move, rotate, pan, zoom in or out, etc...

I've looked at CameraTypes on the wiki, but I'm not sure which one I should use for my purpose.

1 answer

Log in to vote
1
Answered by
Tesouro 407 Moderation Voter
9 years ago

The Scriptable cameratype would be a good choose, it doesn't move and you can manipulate it with scripts.

0
When I try that, the camera's Focus and CameraSubject get all messed up, and it doesn't point in the right direction. It points in the right direction for all other CameraTypes, though. Discern 1007 — 9y
0
Oh wait nevermind, I found a solution on ROBLOX's Forums. Thanks for the idea of Scriptable CameraTypes. :) Discern 1007 — 9y
0
no problem. if you want it to stay fixed in some specific place, I suggest you to place the camera where you want, print its coordinate frame, and use it in a script. Tesouro 407 — 9y
Ad

Answer this question