How do I make the character doesn't face the direction they walk?

How do I make the character doesn’t face the direction they walk?

1. I want the character head facing the camera direction instead of walk toward that direction

An example of this is:

  • Player pressing the S button will make the character move backward instead of turn back and facing the camera
  • Player pressing A or D button will make the character move side way and their head look at the camera direction

2. I don’t know how exactly to do it?

3. I haven’t try any solution so far because I don’t understand the roblox movement system

Set Humanoid.AutoRotate to false?