Character direction

Did you remove it from the “tick” as well?

Because the problem I’m seeing is that when you aren’t pressing a button, it’s setting your World Rotation to the Actor Location +0, so it’s trying to look at itself.

If you’ve removed it from the tick, try setting a check to see if Velocity >0, then off true, set world rotation (before the set, after “Add Movement Input”).