If I say:
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:
game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson