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

I am deleted my old sound but its playing again?

Asked by 6 years ago

Hello, i get new horror music, my old horror music is deleted but old music is playing again.

My friend say its Pitch,(PlayBackSpeed) but i dont understand

1 answer

Log in to vote
0
Answered by 6 years ago

You shouldn't delete sounds to stop them. Instead, use Stop() which stops the sound. For example

local audio = workspace.Audio
audio:Play()
wait(50)
audio:Stop()

Hope this helps!

0
it isn't working FrezeTagger 75 — 6y
0
Did you directly copy and paste the code? hiimgoodpack 2009 — 6y
Ad

Answer this question