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.
Make sure the active property in the billboard Graphical User Interface is set to true, it is set to false by default.