How do I get a billboard GUI to go on top of a screen GUI?

How do I get a billboard GUI to go on top of a screen GUI?
I already tried using Z value but that doesn’t work

image

I need that white line, which is a screen(player) GUI, to go under the E button which is a billboard

Maybe change the AlwaysOnTop property of the BillBoardGui or change the ZIndex of the ScreenGui?

Alwaysontop is already true, Z index doesn’t work either

ScreenGui’s are always rendered above billboards because billboards are rendered in the world, not on the screen.

The best you will probably get is using a separate ScreenGui for the proximity buttons and the Camera:WorldToViewportPoint() to position the buttons on screen appropriately.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.