Fixed CameraType with zooming

Hi

Is there a camera type that’s like scriptable/fixed in that it doesn’t allow you to orbit around, but still allow zoom in/out within the range?

I tried all camera modes, but for fixed modes it also seems to disable zooming. I would like to maintain the ability to zoom in/out.

Thanks for your help

Are you trying to make the camera top-down or 2d? What angle are you trying to do for the camera?

I just want camera to be locked at a cframe.
But still allow zooming in/out.

So essentially just panning should be disabled.

Do you have a script I can see? Or an image of the workspace, Camera and script?

Basically what I do now is put the CameraType on scriptable.
However, this disables all camera functions including the zoom scrolling.

I want to disable all except zoom scrolling, so users can still zoom in/out but can’t move their camera around in other ways.