Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there any other way for LockFirstPerson?

Asked by 10 years ago

If I say:

game.Workspace.CurrentCamera:FieldOfView(0)

Would that even be right? Is there any other LockFirstPerson script?

1 answer

Log in to vote
2
Answered by
Dominical 215 Moderation Voter
10 years ago

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
0
Ahh, thanks! Roboy5857 20 — 10y
0
No Problem! Dominical 215 — 10y
0
Much Exclamation point ^ HexC3D 830 — 10y
0
Terrible grammer ^ ConnorVIII 448 — 10y
Ad

Answer this question