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

TextButton inside of Billboard GUI not working?

Asked by
xEiffel 280 Moderation Voter
6 years ago

As the title states, It's in a server script and FE is on. I don't know what the problem is, when I try to click the TextButton It doesn't work. If anyone has any knowledge that TextButton doesn't use MouseButton1Click I would love you to reply.

script.Parent.MouseButton1Click:Connect(function(Click)
    script.Parent.Parent:remove()
end)

Thanks.

0
remove the "Clicl" from (function(Click) and I am pretty sure you should try script.Parent.Parent:Destroy() greatneil80 2647 — 6y

Answer this question