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

How Do I Make A First Person Sim Camera?

Asked by 8 years ago

I cant understand how to make a locked first person cam! Ive tried playing around with it and nothings working. Please give me a script or help me with this!

1 answer

Log in to vote
1
Answered by 8 years ago

This line of code from the wiki, placed inside a local script inside StarterPlayerScripts, will lock first person:

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

Answer this question