View difference between Paste ID: 9k81sraq and bjHirKYX
SHOW: | | - or go back to the newest paste.
1
count=0
2
for i=1,1000 do
3
count=count+1
4
game.Players.LocalPlayer.PlayerGui.Inventory.GuiControl:Invoke({command="insert", id = count})
5
end