Play a sound when player dies?

Back
Bugbear
Join Date:
Posts:
Aug 2022
78
3 months ago | 21 • By Bugbear

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


willemsteller Admin
Join Date:
Posts:
Apr 2019
160
3 months ago • By willemsteller

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



Hello! I'm the creator of Polytoria!