Simplest way to make character rotate 180 when entering trigger

Checked online but rotating still alien to me. Is there a way to make the character rotate temporarily when entering a trigger?

You can use “RInterp To” to handle the rotation.

When you enter the trigger you’ll probably also want to disable player input. Then rotate. Then re-enable input.

Gonna try it out, thank you very much for the help!