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

How can i lock First Person?

Asked by 5 years ago

My game had a locked First person, but with the new roblox update, it broke the script. I found this in the wiki, but only works if you go in-game and zoom in your self.

local plr = game.Players.LocalPlayer


plr.CameraMode = Enum.CameraMode.LockFirstPerson

1 answer

Log in to vote
1
Answered by 5 years ago

You don't need a script for that, go to StarterPlayer then CameraMode then select LockFirstPerson.

Ad

Answer this question