Trouble getting Billboard Gui on top of Screen Gui

Simple as that.
I tried changing ZIndex but it doesn’t seem to work. I there anything I’m missing? Here’s my billboard gui being overlayed by screen gui, in this case the default health bar:
Screenshot_1

Which one is the billboard gui?

1 Like

The text being overlayed. Green bar is the default health bar, screen gui element.

Ah so, can I see the properties of the billboard gui, specifically the size and the position? That would help a lot towards me fixing the problem!

Sure. There aren’t a lot of useful setting in the billboard gui itself. Also it’s a child of a part, so it gets poisitioned fine

Try moving the position up for the billboard gui.

Did that work, what I told you?

Do you mean studs offset? It’s not really what I’m looking for

Ah, I can’t help you, try looking on youtube for a tutorial, maybe this will help, I’m not sure.

It goes over your head so I guess it might or might not help, if it does contact me!

Thanks, I know how to make and setup a billboard gui, just having trouble getting it to render on top of screen gui.

If might be just a roblox thing, but still going to bump in case someone has workarounds

Have you tried changing the “AlwaysOnTop” property to true in the Properties tab? It may help if it overlaps.

1 Like

It only determines if the gui should be drawn on top of workspace objects, doesn’t affect other gui elements afaik

1 Like

There is no way to move the billboard gui over ScreenGui or default health bar as I know, I tip you to make the default health bar invisible and make a new one with lower Zindex then the damage gui.

Ouch, working with gui in studio is fun as always
Thanks, I’ll try that

1 Like

From the looks of this the X and Y sizes are both offset. Try changing 200’s to 0’s and see if it makes a difference?

It’s not the position problem, it’s drawing order

What part of the humanoid are you sending the UI to? Also, are you using an Instance.new script to import the UI?

The head. I’m using :Clone()
This is not the case, it gets overdrawn even in edit mode.

Hmm, I don’t think I can help you here, my apologies. Perhaps trying to remake the UI? That’s the only thing I can think of.

You can’t move billboard gui over the default health bar, you have to make a custom Health bar and make the default one invisible.