I already have music stop when the player dies. I just need music to play after the player respawns.
Ok, I got it already, paste this in your script
game.Workspace.Music:Pause() wait(death screen time in seconds) game.Workspace.Music:Play()