How can I make the character face the opposite direction?

This post was made for my friend who is currently making a 2d platformer.
He is currently making a wall jump system for his game, however, he can’t figure out how to make the player’s character turn around after a wall jump.
He has tried doing root.Orientation *= -1, but that gave really weird results.