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.
The Player object has a property called CameraMode. It can only be modified via a LocalScript.
game.Players.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
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"