📅  最后修改于: 2022-03-11 14:54:54.456000             🧑  作者: Mango
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)