|
| 09 Jul 2011 03:43 PM |
while wait(1) do if script.Parent.ClassName == "IntValue" then script.Parent.Value = script.Parent.Value + 1 end end
This script gets cloned to an IntValue and before it gets cloned it is disabled but after it gets cloned it doesn't get to be disabled anymore but the script won't work, but if I put it inside an IntValue and make it not disabled it runs fine.
Any help? |
|
|
| Report Abuse |
|
|
|
| 09 Jul 2011 03:46 PM |
| Please anyone will even try to help? |
|
|
| Report Abuse |
|
|
| |
|
Vultraz
|
  |
| Joined: 03 Jul 2008 |
| Total Posts: 1289 |
|
|
| 09 Jul 2011 03:48 PM |
while true do wait(1) if script.Parent.ClassName == "IntValue" then script.Parent.Value = script.Parent.Value + 1 end end
|
|
|
| Report Abuse |
|
|
|
| 09 Jul 2011 03:49 PM |
| @Vultraz that won't do anything... |
|
|
| Report Abuse |
|
|
Vultraz
|
  |
| Joined: 03 Jul 2008 |
| Total Posts: 1289 |
|
|
| 09 Jul 2011 03:49 PM |
| Wait, what script do you use to clone it into the IntValue? |
|
|
| Report Abuse |
|
|
|
| 09 Jul 2011 03:51 PM |
| Leaderboard script I made but it does get cloned it just doesn't run. |
|
|
| Report Abuse |
|
|
|
| 09 Jul 2011 04:01 PM |
Bring Up My Thread
Anyone will help? |
|
|
| Report Abuse |
|
|