Disable respawning and Spawn player

Hi, I am trying to make a Revive System, but i can’t find anything about it. I wanted to make player not respawn after dying, and if you Revive, you get respawned. I have no idea how to do that. Any help will be appreciated :smiley:

You can turn off CharacterAutoLoads

game.Players.CharacterAutoLoads = false

And then when you want to spawn them again, just load their character

player:LoadCharacter()
1 Like

I have also the same problems, need help.

1 Like

Thanks for that, friend, Good Luck.

1 Like

It still spawns me tho :confused: i have no idea why it isn’t working