I am making a map where I want the camera to stay zoomed-out to a higher distance than usual, but the camera should be movable as usual. This works fine, except that if the player uses the mousewheel to zoom in, it ruins the effect.
Is there any way, short of "set camera distance and angle every 0.5 seconds", that I can prevent players from zooming in the camera? |