TextButton not working on BillboardGui?

Hello!
Sorry for such a simple question, but for some reason, the TextButton on my BillboardGui is not working. When my mouse goes over it nothing happens and I don’t get any input from it when I click it. Is it possible to even use a button on a BillboardGui?

Sorry if I’m misusing this category or the DevForum. I don’t know where else to ask this.

7 Likes

Someone correct me if I’m wrong, but I think BillboardGui’s need to be inside of the PlayerGui to be able to receive input.

Isn’t everything inside the PlayerGui when you play the game? Or is that just for objects that are within StarterGui?

It’s just objects that roblox adds and whatever is inside of the StarterGui when editing the game.

Dang… well I can’t have the gui inside StarterGui because it’s parented to a part.

Unless?

You could adornee it to the player, but you would need to have it replicated to all players.

I had this same problem. It’s very simple though, just put the Billboard gui in startergui, and set the adornee property to the part you want it into hover over.

27 Likes