So I’ve noticed there is a bit of a sound skipping problem going on when I play a tool interaction sound.
I’ve always done this as practice:
someSound:Stop()
someSound:Play()
But for some reason that’s not working anymore in my case, not sure if it’s the sound itself.
Despite the tool activating, the sound will not always play. I’ve also tried creating a new instance of the sound directly and playing that, still doesn’t do much.
Might just replace the sound, but still though I’ve never had this issue be so consistent before.
Help appreciated, thanks.