I wanted to use Roblox’s Camera Toggle feature, but I’m not sure how to exactly use it.
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