@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
toScriptable
before changing, and changing it back toCustom
after. - Of course, make sure you use a LocalScript.
Hope this helps,
JaxsonRox1