Rotate Model based on directional keys

I’m trying to make the yellow soul from undertale in a game I’m making, but I’m not sure how I’ll make it face certain directions

This is the perspective I’m working with

I want to make the yellow heart face to the right when I press the [A] key, but I’m not sure how I’d go about doing that.

1 Like

ContextActionService is probably the way to handle user input.