Hi Everyone!
I have an image button on a surface gui with this script
script.Parent.MouseButton1Click:Connect(function() print("test") end)
Nothing prints in the output when I click for some reason, idk if its the script.
Any help is apreciated!
If you put that script in a local script, then it would not work, but if you put that script in a script instead of a local script then it would work fine.