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

I have a button that you can't click. How can I fix?

Asked by 5 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

I have a button that you can't click, here's the script, when I click it, nothing happens. it's enabled, you mess with it, other buttons on this gui work fine, just this one.

script.Parent.race.nrace.MouseButton1Click:Connect(function()
    print("we got it")
    game.ReplicatedStorage.joinrace:FireServer()
    print("sent")
    script.Parent.waiting.Visible = true
end)

https://gyazo.com/2b4dd661fd0cdd3b33d2faac2f9107d3

0
Are you using a LocalScript or a Server Script? SerpentineKing 3885 — 5y
0
probably should name ur title better EXpodo1234ALT 18 — 5y
0
maybe u did an typo Realdava 2 — 5y

Answer this question