I Have Played Other Games Like An Area 51 Game, When You Die, There Is Like A Picture Of Slender Man And A Sound Effect, Like A Jump Scare Sound Effect Like A Screaming Sound What Script Do I Need For That With The Sound And Picture?
game.Players.PlayerAdded:connect(function(plr) plr.Humanoid.Died:connect(function() -- What ever your code is since the Died() Event Run when the player dies. end) end)
Closed as Not Constructive by Articulating
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?