Is there anyway to make a limit on how far a player can zoom out in game? Not fps or a screen that appears telling you to zoom in. Example-V
game.Players.LocalPlayer.CameraMinZoomDistance = 0
game.Players.LocalPlayer.CameraMaxZoomDistance = 0
Thought this would work when i did it but does not seem to. Any ideas? Or can someone rewrite it? Thank you for looking!