You should maybe define player as the player who clicked:
ClickDetector:Connect(function(Player)
—defines Player as whoever clicked
end)
You should maybe define player as the player who clicked:
ClickDetector:Connect(function(Player)
—defines Player as whoever clicked
end)
It’s not a ClickDetector. TextButtons dont have a parameter.
hmm, you could place an invisible part over the gui then? and use a click detector in there
That works! Thank you!
30chars