|
| 03 Mar 2014 01:37 PM |
I've tried everything.. well almost everything, and it wont change the text at all.
Anyone could help me? |
|
|
| Report Abuse |
|
|
| |
|
|
| 03 Mar 2014 01:42 PM |
while true do script.Parent.Text="10" wait(1) script.Parent.Text="9" wait(1) end |
|
|
| Report Abuse |
|
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 03 Mar 2014 01:45 PM |
for i = 1, 10 do script.parent.text = i wait(1) end
counts down from 10. |
|
|
| Report Abuse |
|
|
|
| 03 Mar 2014 01:47 PM |
| Oh I used a while loop sorry I did that in my place for a message bar only use while if you want it to loop, sorry. |
|
|
| Report Abuse |
|
|
|
| 03 Mar 2014 01:48 PM |
| http://wiki.roblox.com/index.php?title=For_loop#For |
|
|
| Report Abuse |
|
|