How to respawn a player immediately after death and spawn at the same location?

How to respawn a player immediately after death and spawn at the same location?

image

  1. You could save his last position, and when re respawns, move him to there.
1 Like

When I set RespawnTime to 0, every player will always respawn immediately.
It only has to happen when the player talks to a special npc.

1 Like

Oh, then you could add into your script,
Player:LoadCharacter()

3 Likes