|
| 27 May 2014 03:51 PM |
What I am trying to do is create a script that play 7 songs in a brick and when the 7th song is finished playing the sequence of Song1-Song7 restarts until the server ends. Please help me finish this.
while true do wait(1) script.Song1:Play() wait(1) script.Song2:Play() wait(1) script.Song3:Play() wait(1) script.Song4:Play() wait(1) script.Song5:Play() wait(1) script.Song6:Play() wait(1) script.Song7:Play() end
|
|
|
| Report Abuse |
|
| |