Fnaf first person help

So im making a remake of fnaf 1 and I want the mouse to have free movement, but whenever you zoom in, it gets locked in the center of the screen. I changed the max/min zoom distance to .5 and messed around with some other options. I noticed that theres classic and lock first person options but no way to disable first person. Also i need the camera to be able to move when you right click. Any ideas?

Is there a way to completely disable zooming in?

1 Like

You can add a small transparent TextButton in a screengui, and turn on the “Modal” property inside of it, with that turned on the mouse can freely move around the screen, you can also enable/disable this from a script if you would want to do that.

You could also make the camera scriptable and move it around with CFrame.

Hope this helped!