How to disable camera rotation limits

I’m trying to disable the up and down limits of the player’s camera using Roblox’s default camera modules so that the camera can pretty much do a “backflip”. But the problem is that I don’t really know how. If you happen to know how please teach me.

Thank you!
-Sol

2 Likes

What do you want to do this for? There’s probably a better solution than using the default camera with disabled limits (which is going to be annoying to do for several reasons).

I don’t personally know how to do this, but you may or may not find something using

I know that the camera rotates with the player and also it’s limits, but I don’t understand how. I’m pretty sure there’s a camera module that is in the project somewhere though, so you may be able to find something there.

The best thing I can think of to make this yourself is setting the Camera | Roblox Creator Documentation to Scriptable and then scripting your own behavior for the camera.