Character Rotation Control (2DSideScroller)

Hello,

How can I make my 2d side scroller character not face the direction that the slope is taking it?
For example if my character is facing left…and i get on to a slope going like this
\
my character faces right until its done sliding. How can I make this stop?

Thank you.

It might be a case of disabling { orient rotation to movement } on the character movement component inside the character blueprint. This worked for me when my character kept rotating in 2D anytime I tried to go left. Hope this helps!

Hi,
Thank you so much for responding and I apologize for taking a month to see your reply. It’s already disabled. The problem isn’t the character rotating by 180 degrees when moving left, it’s when it moves left by itself due to a slope. I’ll check out the code though.
Thank you.