Hello, I am working on a side scroller and basically I want the health bar to stay in the top left corner (where I want to make my HUD), no matter what the position of my player. Currently when I test the game it does stay in the top left corner, but does not follow me when I begin moving right. (which does make sense, because I haven't told it to move at all). I've tried a few basic things but have yet to figure it out.
Example, your score in mario is always visible in the exact same spot no matter which way you move or jump, the score stays relative to its original position.
Thanks for any help! Its appreciated!