How can I adjust the minimum zoom distance of the Camera in a local script. I’m trying to make it so when the player is first person and they open a Gui then their mouse will not be stuck in the middle. I cannot seem to find the property to set the Zoom distance in a local script
local Camera = game.Workspace.CurrentCamera
This doesn’t seem to have any properties I can use that will adjust where the Minimum zoom distance would be.