local Player = game.Players Player.PlayerRemoving:Connect(function(plr) print(plr.." has left the game!") end