Currently I have been working on custom torso rotation script (with disabled auto-rotation). I tried a few methods with camera CFrame and mouse’s origin, it didn’t work well.
How do I rotate player’s torso smoothly depending on camera rotation and move direction?
With custom torso rotation:
If player is stuck between a wall and a car, torso will not rotate (I guess it’s a body gyro).
Without custom torso rotation:
Player will just rotate. The end.
Any help is appreciated.