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

Does anyone else have a problem with GUIs as of November 25 2018?

Asked by 5 years ago
Edited 5 years ago

I was making GUIs and I notice they don't do anything when THEY SHOULD do something. I made a code that simply when the button is clicked print hello and it refuses to do it. someone help me!!!!!!!

script.Parent.MouseButton1Click:Connect(function()
    print("hello")
end)

It is a textbutton

0
That's probably just a you problem then, guis are working fine for me. LoganboyInCO 150 — 5y
0
Provide the code to see what is going on. Make sure your GUIs are set up correctly and you're actually using a Text or Image button. xPolarium 1388 — 5y
0
I'm having problems with TextButton on SurfaceGuis utrabem 5 — 5y
0
I don't have this problem. Tested GUI buttons on both a ScreenGui and SurfaceGui and everything is working fine for me. User#20279 0 — 5y
0
post your code??? HappyTimIsHim 652 — 5y

Answer this question