Joueur Roblox à gauche
local Player = game.Players
Player.PlayerRemoving:Connect(function(plr)
print(plr.." has left the game!")
end
Slow Sloth
local Player = game.Players
Player.PlayerRemoving:Connect(function(plr)
print(plr.." has left the game!")
end