How to Disable Mobile Camera from Following Player

On mobile, when you’re not controlling the camera, eventually the camera will change its own orientation to match the character’s orientation. Is there any way to disable this feature?

Here’s a video clip of what’s happening:

2 Likes

Set autorotate to false.
https://developer.roblox.com/en-us/api-reference/property/Humanoid/AutoRotate

That disables the character’s rotation, it doesn’t affect the camera.

Is the cameratype custom when this happens?

You can check by repeatedly printing the cameratype and checking what it prints when the camera starts rotating on it’s own.

Oh oops, sorry really tired right now. Switch the cameratype to track. :sweat_smile:

3 Likes