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

Respawn a player?

Asked by 7 years ago

How do I respawn a player. I can't find a wiki page!

0
LoadCharacter Discern 1007 — 7y

1 answer

Log in to vote
1
Answered by
Uglypoe 557 Donator Moderation Voter
7 years ago

Roblox has a method allowing you to respawn a current player's character. It's called LoadCharacter.

It is used on a player object as so:

game.Players.iSidersz:LoadCharacter()

This method skips the default 5 second delay, so if you want a delay before the respawn then you'll have to add one yourself.

Ad

Answer this question