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

Billboard button GUI not working/responding?

Asked by
RjsMc 48
6 years ago

Im trying to make a speech bubble somewhat thingy that consists of a Billboard GUI and a Button. Clicking the button does nothing. I only have one script, and everything is set to active. Could someone help?

Simple script:

script.Parent.TextButton.MouseButton1Click:connect(function()
        print("hoi")
end)

1 answer

Log in to vote
0
Answered by
leathei -5
6 years ago

Thanks I have a suggestion

How to make a TextLabel GUI to disappear after announced.

Ad

Answer this question