Hi all
i want to make a script in which when a player dies a function is triggered so how do i do that
2 Likes
Two methods:
For instant death: humanoid.Died
For triggering after the character is removed: player.CharacterRemoving
3 Likes