What I mean by this is I see in games when you die, you re spawn really fast. How do I do that?
player:LoadCharacter()
Using the .Died event and the LoadCharacter() function.
Humanoid.Died:connect(function() -- Player died. wait(0) -- How long the player must wait before re-spawning. Player:LoadCharacter(true) -- Respawn them. end)
Closed as Not Constructive by ChipioIndustries, Tigerism, M39a9am3R, docrobloxman52, and Marios2
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?