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?