[SOLVED] How to make a script that auto respawns player when he loses health?

Tysm I will, try you are best!

This doesnt make sense,how do you want to respawn a player if he is dead,if roblox already does that?

I have scripts, game some, scripts punishes players, when they die. Also, its already solved.

It works, thanks…

You can do this

game.Players.PlayerAdded:Connect(function(Player)
Player.CharacterAdded:Connect(function(character)
local humanoid = character:WaitForChild("Humanoid")
humanoid.Died:Connect(function()
Player:LoadCharacter()
end)
end)
end)
2 Likes

Oh.An custom respawn?But that doesnt match with the title.

Thanks but, already solved. <3