I'm new to ROBLOX, and I can't figure out why this doesn't work. Nothing in the output, it just doesn't happen. I have this code placed inside a localscript inside the player's StarterGui:
game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
What am I doing wrong? Is there something i'm forgetting? |