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

Is their a way to "refresh" a character without killing them?

Asked by
Galicate 106
6 years ago

I have a scrip that resets everything when a player dies, but I want to know if there is a way to respawn the character without killing them. Any help would be great

2 answers

Log in to vote
2
Answered by 6 years ago

Yes, there is a method of Player objects which respawn their character.

Player:LoadCharacter()
Ad
Log in to vote
1
Answered by 6 years ago

If your using a game.Players.LocalPlayer.Character.Humanoid.Head:Destroy() or something in that matter, you can use a player:LoadCharacter() function instead.

Answer this question