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

How can i lock somewone first-person?

Asked by 10 years ago

Im making a game and i need to know how i know its with camera but i dont know what i should do to change the camera to 1st person Mode.

1 answer

Log in to vote
2
Answered by 10 years ago

Please search first before asking a question.

Anways, use LockFirstPerson:

game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson;

It must be used in a LocalScript for it to work since it is client-related.

Ad

Answer this question