When I tried
1 | game:GetService( 'Players' ).LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson |
It didn't work. Help Please!
This script will be in StarterGUI
so when you play this will make you in FirstPerson
1 | script.Parent.Parent.CameraMode = "LockFirstPerson" |
2 | print ( "Camera locked" ) |