|
| 15 Sep 2015 08:16 PM |
It's just
print("This works") GUIBUTTON.MouseButton1Click:connect(function() print("This doesn't") end)
It's a SurfaceGui as well. |
|
|
| Report Abuse |
|
|
|
| 15 Sep 2015 08:21 PM |
| probably need to place it in StarterGui, then set the adornee of it to a part in the workspace through a localscript |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Sep 2015 08:25 PM |
Lot's of other things have buttons that don't need to be local to be clicked.
I've done it before, but this won't work for some reason. |
|
|
| Report Abuse |
|
|