I don’t want to know how to set the max and min zoom distance. I want to know if I can change the value of the player’s zoom. Like, change how much their camera is currently zoomed?
In StarterPlayer there is min and max zoom distance
CameraMaxZoomDistance and CameraMinZoomDistance
The first thing I said is that I don’t want to set the max and min zoom distance. I want to change how much their camera is currently zoomed.
Do you mean like FOV if so then change it in starter player in a script you have to do it in workspace then camera (i think)
You can do that by messing around with the max/min. zoom distances.
You can’t I think, only rewrite camera module
You could try changing the CameraMinZoomDistance just for a second then put it back to normal so it puts their camera there
Close, but changing the FOV doesn’t actually change the zoom (if you were to scroll)
There’s a function Camera:Zoom(distance: float), but it can only be accessed by CoreScripts.