Answers for "roblox humanoid died"

0

roblox humanoid died

game:GetService('Players').PlayerAdded:Connect(function(player)
	player.CharacterAdded:Connect(function(character)
		character:WaitForChild("Humanoid").Died:Connect(function()
			print(player.Name .. " has died!")
		end)
	end)
end)
Posted by: Guest on June-04-2021
0

lua roblox humanoid died

game:GetService('Players').PlayerAdded:Connect(function(player)	player.CharacterAdded:Connect(function(character)		character:WaitForChild("Humanoid").Died:Connect(function()			print(player.Name .. " has died!")		end)	end)end)
Posted by: Guest on September-06-2021

Browse Popular Code Answers by Language