Ejemplo: el jugador de roblox murió
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)
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)