|
| 19 Jan 2013 01:39 PM |
Ok so, I am making a script that opens a gui by typing in a code and pressing a button the only problem is it won't open.
Code = script.Parent.Code function OpenUI2() if script.Parent.Parent.TextInput.Text == Code.Value then script.Parent.Parent.Visible = false script.Parent.Parent.Parent.UI2.Visible = true end end script.Parent.MouseButton1Down:connect(OpenUI2) |
|
|
| Report Abuse |
|
|
|
| 19 Jan 2013 01:39 PM |
| Nothing is coming up in output btw. |
|
|
| Report Abuse |
|
|
| |
|
Taniss99
|
  |
| Joined: 15 Dec 2007 |
| Total Posts: 1707 |
|
|
| 19 Jan 2013 01:48 PM |
| Whats the hierarchy of your stuff, or should I just assume all of your parents and other things are properly defined and only that one script isnt working? |
|
|
| Report Abuse |
|
|