Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
|
| 28 Sep 2014 05:27 PM |
Running this script, and it can't function because when the sound ends, roblox isn't changing the value to False or whatever.
repeat i = 1 local sounds = script.Parent.Sounds local sounds1 = {sounds.S1,sounds.S2,sounds.S3,sounds.S4} repeat sounds1[i]:Play() repeat wait(.1) until sounds1[i].isPlaying == false; i = i+1 until i == #sounds1+1 until 1==100000
I need a girl whose name doesn't end in .PNG | Add 7k Posts |
|
|
| Report Abuse |
|
|
Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
|
| 28 Sep 2014 05:29 PM |
I just realized how redneck that title sounds.
I need a girl whose name doesn't end in .PNG | Add 7k Posts |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 28 Sep 2014 05:30 PM |
» Already told you so. Just wait for the rough amount of time that the sound goes on for. |
|
|
| Report Abuse |
|
|
Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
|
| 28 Sep 2014 05:31 PM |
I'd need to create a new table, and add waits for each one and dear god that would be a pain in the arse
I need a girl whose name doesn't end in .PNG | Add 7k Posts |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 28 Sep 2014 05:33 PM |
Meh. YourproblemnotminegoodnightpleasenobodybugmeandstealmykidneyswhileI'masleep |
|
|
| Report Abuse |
|
|
|
| 28 Sep 2014 05:55 PM |
Can you help me create a universe that transfers metatables?
oh and also can you make me pie. |
|
|
| Report Abuse |
|
|
Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
|
| 28 Sep 2014 06:08 PM |
wat
I need a girl whose name doesn't end in .PNG | Add 7k Posts |
|
|
| Report Abuse |
|
|
|
| 28 Sep 2014 06:13 PM |
heres a script that will fix ur problem
while true do end
variable = function() end |
|
|
| Report Abuse |
|
|
Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
|
| 28 Sep 2014 06:31 PM |
What...?
I need a girl whose name doesn't end in .PNG | Add 7k Posts |
|
|
| Report Abuse |
|
|
opplo
|
  |
| Joined: 09 Dec 2008 |
| Total Posts: 5320 |
|
|
| 28 Sep 2014 06:36 PM |
until 1==100000
^This is like, incomprehensible. Please contact me when 1 equals 100000 |
|
|
| Report Abuse |
|
|
Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
|
| 28 Sep 2014 06:42 PM |
Are you an idiot? It makes it loop forever, cause that's the intent.
Dingus.
I need a girl whose name doesn't end in .PNG | Add 7k Posts |
|
|
| Report Abuse |
|
|
opplo
|
  |
| Joined: 09 Dec 2008 |
| Total Posts: 5320 |
|
|
| 28 Sep 2014 06:50 PM |
Clearly I'm not the idiot using a repeat instead of a while loop. Don't try and cause an argument because I won't be replying.
Get out your timer and time the audio length. |
|
|
| Report Abuse |
|
|
Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
|
| 28 Sep 2014 06:52 PM |
while loops are overrated, mang.
I need a girl whose name doesn't end in .PNG | Add 7k Posts |
|
|
| Report Abuse |
|
|
opplo
|
  |
| Joined: 09 Dec 2008 |
| Total Posts: 5320 |
|
| |
|
Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
| |
|