sweetpeps

btools

Aug 11th, 2018
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. script.Parent.MouseButton1Click:connect(function()
  2. Player = game.Players.LocalPlayer
  3.  
  4. function Give(x)
  5. H = Instance.new("HopperBin", Player.Backpack)
  6. H.BinType = x
  7. end
  8.  
  9. for i = 2, 4 do
  10. Give(i)
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment