Answers for "roblox detect when player dies then respawns"

0

roblox detect when player dies then respawns

game.Players.PlayerAdded:Connect(function(pla)
	pla.CharacterAdded:Connect(function()
		--this code will run when the player is respawned, eg
        print("Player "..pla.Name.." has respaned.")
	end)
end)
Posted by: Guest on August-29-2021

Browse Popular Code Answers by Language