How to force zoom the camera?

@NUTRICORP, I believe I’ve found a solution, if this is what you’re talking about

You can use the Camera.FieldOfView property to change the zoom factor.

Some things to keep in mind:

  • Its not exactly a regular zoom. Its more like camera staying in place and zooming in.
  • Remeber to set the CameraType to Scriptable before changing, and changing it back to Custom after.
  • Of course, make sure you use a LocalScript.

Hope this helps,
JaxsonRox1

1 Like