Advertisement
Donny526

btools

Aug 7th, 2018
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local hammer = Instance.new("HopperBin")
  2. hammer.BinType = "Hammer"
  3. hammer.Parent = game.Players.LocalPlayer.Backpack
  4.  
  5. local gametool = Instance.new("HopperBin")
  6. gametool.BinType = "GameTool"
  7. gametool.Parent = game.Players.LocalPlayer.Backpack
  8.  
  9. local clone = Instance.new("HopperBin")
  10. clone.BinType = "Clone"
  11. clone.Parent = game.Players.LocalPlayer.Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement