How to detect click on billboardgui in workspace?

So first off I tried using a click detector, but found out they don’t work in billboardgui’s, then I tried with a textbutton inside the billboardgui that covers the info but is transparent, and a localscript in startergui that uses mousebutton1click, on the textbutton, but that don’t seem to work either.
What I’m trying to do is when the billboardgui, which has the players “level/health/name” gui, is clicked, I want a statwindow to show up, and the gui is in the players head, is there any other way to do this?
Heres a image.

2 Likes

I think what you have to do to make this work is put the BillboardGui in the player’s PlayerGui and set the GUI’s Adornee property to the player’s head, rather than put the actual GUI in the player’s head.

2 Likes