|
| 01 Apr 2013 07:01 PM |
| I have a intro GUI and the Exit button. I do not know what to put in the script to make it exit.(P.S, The exit GUI is in a seperate Screen GUI.) Please help me. |
|
|
| Report Abuse |
|
|
| |
|
|
| 01 Apr 2013 08:46 PM |
If you just want to remove the other GUI you would need something like:
function onClick() script.Parent.Parent.Parent...:remove() --Add in as many Parents as you need, then go down to the screenGui location end
script.Parent.MouseButton1Click:connect(onClick) |
|
|
| Report Abuse |
|
|