Advertisement
PresidentIvan

Roblox BTools

Jan 31st, 2019
2,938
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. wait(2)
  2. a = Instance.new("HopperBin")
  3. a.BinType = 1
  4. a.Parent = game.Players.LocalPlayer.Backpack
  5. wait(3)
  6. a = Instance.new("HopperBin")
  7. a.BinType = 4
  8. a.Parent = game.Players.LocalPlayer.Backpack
  9. wait(3)
  10. a = Instance.new("HopperBin")
  11. a.BinType = 3
  12. a.Parent = game.Players.LocalPlayer.Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement