Roblox Detect When Player Dies Then Respawns

[Solved] Roblox Detect When Player Dies Then Respawns | Lua - Code Explorer | yomemimo.com
Question : roblox detect when player dies then respawns

Answered by : unusual-unicorn-dskist3mytn3

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)

Source : https://devforum.roblox.com/t/detect-when-player-has-respawned/417116 | Last Update : Sun, 05 Sep 21

Answers related to roblox detect when player dies then respawns

Code Explorer Popular Question For Lua