|
| 13 Jul 2015 01:16 AM |
When a second person joins the game they (not me) hear more than one audio at a time. It could be that every audio plays or the script runs again? Also, after a while all the audios stop playing expect the correct one.
while wait(10) do
local dj = script.Parent dj.ex1:Play() wait(120) dj.ex2:Play() wait(120) dj.ex3:Play() wait(120) dj.ex4:Play() wait(120) end |
|
|
| Report Abuse |
|
|
ByDefault
|
  |
| Joined: 25 Jul 2014 |
| Total Posts: 3197 |
|
| |
|
Vyxium
|
  |
| Joined: 31 Aug 2010 |
| Total Posts: 1020 |
|
|
| 13 Jul 2015 01:18 AM |
| where is the script located? workspace? and you dont need to set the parent every loop |
|
|
| Report Abuse |
|
|
| |
|
Vyxium
|
  |
| Joined: 31 Aug 2010 |
| Total Posts: 1020 |
|
|
| 13 Jul 2015 01:19 AM |
| is that the entire script? |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2015 01:20 AM |
yea, the rest is just repeated audio plays like :
dj.ex1:Play() wait(120) |
|
|
| Report Abuse |
|
|
Vyxium
|
  |
| Joined: 31 Aug 2010 |
| Total Posts: 1020 |
|
|
| 13 Jul 2015 01:21 AM |
| can u specify the problem more? |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2015 01:27 AM |
| When I join everything works fine, once people join after me they hear multiple audios playing for a while, after a while it goes back to normal(them hearing the same audio as me.) |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2015 01:29 AM |
| *they hear multiple audios playing AT ONCE |
|
|
| Report Abuse |
|
|
Vyxium
|
  |
| Joined: 31 Aug 2010 |
| Total Posts: 1020 |
|
|
| 13 Jul 2015 01:30 AM |
| its probably a hierarchy problem or something with an easy fix, id have to have it in studio to comprehend it better |
|
|
| Report Abuse |
|
|