How do I make a boss health bar that stays on the screen wherever the player goes?

Godot Version

4.4.1

Question

I’m new to Godot and I’m making a boss for a game I followed a tutorial on (made by Brackeys) and I want to add a health bar for the boss that stays on top of the players screen. Would really appreciate your help :grin:

1 Like

I would recommend using a CanvasLayer as a parent of the UI (such as a health bar) you want to stay on-screen.

5 Likes

thank you so much :grin: