How do I make it so Music doesn't restart on death?

Hello all,

This is probably a stupid question to ask Pro’s here but I have been searching all over the web for this. I have found almost nothing to fix my problem. So scripters, is there a script that I can somehow learn so the music I play in game wont restart whenever a player dies or resets?

(This might be in the wrong topic, which I am sorry about)

Thank you for responding,

Skull (or Ultan!)

Play the music in the workspace, or add it to a UI that has the ResetOnSpawn property disabled.

5 Likes

If your music is resetting when a player does, then you have a script that’s in a resetting container. Simply moving it over to a non-resetting container, such as PlayerScripts, will resolve that for you. The sound location won’t matter, it’s the script location that does (unless the sound is directly in PlayerGui).

5 Likes

I had the same issue it’s fixed now though.

1 Like