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

How do I stop roblox sounds from playing effectively?

Asked by
acecateer 130
10 years ago

So I played a sound in workspace then I used this line of code to stop the sounds like I always have.

repeat wait() sound:Stop() until sound.IsPlaying == false

This has worked up until recently, the sound doesn't stop and it just keeps playing... How can I stop the sound from playing more effectively so it actually stops playing?

Answer this question