call23re
|
  |
| Joined: 11 Nov 2010 |
| Total Posts: 9070 |
|
|
| 18 May 2014 04:44 PM |
In this script the time is supposed to go down 1 every second and play a sound. I don't get any errors but it doesn't work. Any help? Script: for i = 230,1 - 1 do script.Parent.Text = "Time : "..i script.Parent.Sound:Play() end
-"The wise never quote." |
|
|
| Report Abuse |
|
|
| |
|
call23re
|
  |
| Joined: 11 Nov 2010 |
| Total Posts: 9070 |
|
|
| 18 May 2014 05:14 PM |
Now it automatically goes down to 1.
-"The wise never quote." |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
|
| 18 May 2014 05:48 PM |
for i = 230,1, -1 do script.Parent.Text = "Time : "..i wait(1) script.Parent.Sound:Play() end |
|
|
| Report Abuse |
|
|
call23re
|
  |
| Joined: 11 Nov 2010 |
| Total Posts: 9070 |
|
|
| 18 May 2014 06:13 PM |
@Acc I already figured it out and that's not what I did. The wait went before the "script.Parent.Text = "Time : "..i" line
-"The wise never quote." |
|
|
| Report Abuse |
|
|