Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent.MouseButton1Click:connect(function()
- Player = game.Players.LocalPlayer
- function Give(x)
- H = Instance.new("HopperBin", Player.Backpack)
- H.BinType = x
- end
- for i = 2, 4 do
- Give(i)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment