Character rotate help

I’m making a snake game. How do I make it so when I move left the character looks left etc.?

Just ‘add movement input’ with ‘get actor left vector’ as the direction.

Didn’t seem to do it. Please note that this is a 2D game not a 3D one.

Just negate/absolute the character rotation?

I figured it out. Turns out my rotations were just messed up.