Adding an object to a character

So I have a juice bar and an avatar, and I know how to attach them via hierarchy but I want it so the juice bar stays while the avatar can move around freely. If you know how to do this please respond it’ll help me out a lot

You don’t want the juice bar to be a child object of the avatar, that will seperate movement. Child objects are subject to the movement of their parent objects.