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

(SOLVED) Why MouseButton1Click:Connect is not working???

Asked by 5 years ago
Edited 5 years ago

That script is standard script and its located in textbutton.

script.Parent.MouseButton1Click:Connect(function()
    script.Parent.Text = "idk"
end)
1
Server Scripts do not run in PlayerGui and this source code must therefore be in a local script User#24403 69 — 5y
0
Thanks for help. MiniPolak 7 — 5y

Answer this question