|
| 05 Jul 2013 07:51 AM |
| What line should I add to my script so it runs another script in the same GUI button? Because I tried and I can't run 2 scripts in 1 button at once. |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Jul 2013 09:20 AM |
Put the script INSIDE this script then do
script.ScriptNameHere.Disabled = false print("done") |
|
|
| Report Abuse |
|
|