Unlocking first person camera from character

Tryna unlock the first person camera to move freely without affecting the character. Normally, when the camera is rotated around the Y axis, the character rotates with it. I want to stop this behaviour and instead only have the character rotate when I actually start walking (so it wouldn’t rotate if I’m not walking)

I can’t seem to figure out how to do this. All the devforum topics just talk about unlocking the mouse. Theres also no clear part of the PlayerModule that controled this behaviour so im sort of clueless.

Ok so it turns out the property is in the humanoid, and completely unrelated to the camera :sob:

Its the AutoRotate property in Humanoid, in case anyone else encounters this issue