I have been trying to get a working first-person head rotation that will turn your torso based on your head’s rotation. A nice example would be the rake by @RVVZ where your torso will turn after a certain head angle.
I found out, that nobody really has any tutorials about this topic. I’ve tried to look at many different forum posts and I’ve searched in the toolbox for many different solutions. I sadly am not able to get it working. I think it has something to do with the camera subject.
Edit:
I think you could change the camera subject to the head and make it so the head rotates towards the camera rotation. Using math.abs() could help determine the difference between the head’s rotation and the torso’s rotation.