1 | I'm thinking of making a third person horror game. Any help to make it first person? At least give out a GUI that says "You must be in first person in order to play this game" ? |
You clone this localscript into the player's PlayerGui:
1 | game:GetService( 'Players' ).LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson |
No scripts needed, Just go to starter player and look up that setting!