Play a sound when player dies?

Back
Bugbear
Join Date:
Posts:
Aug 2022
179
9 months ago | 23 • By Bugbear

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


willemsteller Admin
Join Date:
Posts:
Streak:
Apr 2019
355
16 days
9 months ago • By willemsteller 16d

player.Died:Connect(function()
sound.Play()
end)