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

TextButton wont work...?

Asked by 8 years ago

Here is my script

I have another TextButton and it worked perfectly fine, and this one just doesnt seem to work.

script.Parent.OSFrame.Applications.Settings.Open.MouseButton1Click:connect(function()
    print "test"
end)

Here is my Hierarchy

0
Is there an error in the output? jakedies 315 — 8y
0
No, no errors as far as the output displays. dotProgram 0 — 8y
0
Can you edit your image to show the hierarchy for OSFrame? User#5423 17 — 8y
0
I did fix it, I realized you can't have two surface GUIs on one brick. dotProgram 0 — 8y

Answer this question