count = 0 for i=1,2000 do count=count+1 game.Players.LocalPlayer.PlayerGui.Inventory.GuiControl:Invoke({command="insert", id = count}) end