of     1   

DJSasuke1963
#155875228Friday, February 13, 2015 5:07 PM GMT

game.Players.PlayerAdded:connect(function(player) player.CameraMode = "LockFirstPerson" end)
Kipyko
#155875453Friday, February 13, 2015 5:12 PM GMT

game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson try this inside a Localscript in StarterPack or simply put a Enum before the CameraMode inside ur line of code
DJSasuke1963
#155875843Friday, February 13, 2015 5:21 PM GMT

The line of code you gave me stops the player from being able to move... and this game.Players.PlayerAdded:connect(function(player) player.Enum.CameraMode = "LockFirstPerson" end) Does not work :(
DJSasuke1963
#155875888Friday, February 13, 2015 5:22 PM GMT

Oh it works, must just have been me. Thanks!
bosswalrus
#155875899Friday, February 13, 2015 5:22 PM GMT

Go to the StarterPlayer thing then properties then there is a DevCamera thing, change it to LockFirstPerson. "I like to program." - Bosswalrus

    of     1