Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do I make a TextButton respond in a BillboardGui?

Asked by 10 years ago

So I have a TextButton in a BillboardGui, and whenever I try to click the button, it doesn't respond to the click at all. It doesn't change colors and the MouseButton1Down event doesn't fire. How would I fix this? It's just a simple TextButton in a BillboardGui.

1 answer

Log in to vote
0
Answered by 10 years ago

Make sure the active property in the billboard Graphical User Interface is set to true, it is set to false by default.

Ad

Answer this question