My game needs a script (Or a LocalScript if necessary...) that would force the player to zoom out his/her camera to a certain (Not all the way out) point. Thanks in advance.
In StarterPlayer there exists CameraMinZoomDistance and CameraMaxZoomDistance. You can edit these via LocalScript on the fly if need be.
These two values can be edited to dictate how far out the player can zoom their camera and how far in the player can zoom their camera. Might be what you're looking for.
To zoom a player's camera out to a certain distance, you can set CameraMinZoomDistance and CameraMaxZoomDistance to the same value via LocalScript to lock the player's camera at a certain distance before changing both back to their normal values.