Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How Do You Add An Effect When You Died? [closed]

Asked by 10 years ago

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?

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?

1 answer

Log in to vote
0
Answered by
HexC3D 830 Moderation Voter
10 years ago
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)
Ad