Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why is this audio script not working?

Asked by 10 years ago

What I am trying to do is a script that will play 2 sounds every 180 seconds heres the script:

game.Workspace.Sound:Play()
wait(180)
game.Workspace.Sound2:Play()

It plays only the first sound.

2 answers

Log in to vote
0
Answered by 10 years ago

After

game.Workspace.Sound:Play()

You need to make it come to a stop, I suggest

Destroy()
0
Thanks I will try that. :D biocommand 30 — 10y
0
it doesn´t works D: biocommand 30 — 10y
0
Post your script so I can see it. blockhaak2 1 — 10y
Ad
Log in to vote
0
Answered by
woodengop 1134 Moderation Voter
9 years ago

I suggest putting ~~~~~~~~~~~~~~1 game.Workspace.Sound:Play() destroy() wait(180) game.Workspace.Sound2:Play()

~~~~~~~~~~~~~~~~~

Answer this question