CameraToggle Question

I wanted to use Roblox’s Camera Toggle feature, but I’m not sure how to exactly use it.

Roblox’s Post on this

I want to make it the default setting of the game, and to also modify the offset.


So basically, you wont be able to turn it off

I don’t know how to do this as I haven’t found any documentation on it, or if it is even possible

camera.CameraType = Enum.CameraType.Toggle -- This doesnt exist

If this isn’t possible how would i go about recreating the Camera Toggle system, I don’t really know a lot about camera manipulation

If you want to change the camera offset (Ex. OTS) you can make your own script for that instead.

yeah but I didnt want to make my own camera system for it, I was trying to use roblox’s