Ui excluded from rotation of parent

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mrpaolosarino

I want to make my health bar exclude from rotation. My player has an animation in which it rotates and I want to make my UI not follow that. Any solutions?

:bust_in_silhouette: Reply From: Wakatta

You sir have 1 option.

Move your UI to somewhere else. (There are others but this is the easiest to implement)

If you need it to follow your player, add both your player and UI to another node that you’ll move instead or foster and reparent as required.