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

1st person view permanently

Asked by 10 years ago

How would i make it so that you cannot zoom out? And when you die make sure that it doesn't bug out and go to 3rd person view.

0
That did not work. MasterSparkletime 0 — 10y

3 answers

Log in to vote
0
Answered by 10 years ago

The Player object has a property called CameraMode. It can only be modified via a LocalScript.

game.Players.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
Ad
Log in to vote
0
Answered by
nate890 495 Moderation Voter
10 years ago

Player.CameraMode is extremely buggy. Check out my answer to this question here.

Log in to vote
0
Answered by 4 years ago

Go to StarterPlayer in the Explorer Menu. There is a spot that says "MinZoomDistance" or something similar. Set that number to the same number as "MaxZoomDistance"

Answer this question