I tried "player.Died" and "if player.Health = 0 then sound.Play()". What do I do?
player.Died:Connect(function()sound.Play()end)