How do i make my character face the direction its moving. Here is my character controller
To make your character face the direction it’s moving, you can use Transform.rotation to set its rotation based on the movement direction.
Transform.rotation