I am making a first person fighter type game in the studio it works but in the game it doesn'**t do anyone have a way of fixing it or what I am doing wrong?
1 | script.Parent.Parent.CameraMode = "LockFirstPerson" |
I put it in Starter GUI.
Put this into a LocalScript. Put the LocalScript in StarterGui:
1 | game.Players.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson |