If I say:
1 | game.Workspace.CurrentCamera:FieldOfView( 0 ) |
Would that even be right? Is there any other LockFirstPerson script?
Locking First Person This code, put in a LocalScript, would lock the camera of the player it is running for to first person. Example:
1 | game:GetService( 'Players' ).LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson |