Advertisement
CommanderWix

Untitled

Jun 28th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. wait(1)
  2. if game.Players.Name~= nil then
  3. player = game.Players.Name.Backpack
  4. local a = Instance.new("HopperBin")
  5. a.BinType = "GameTool"
  6. a.Parent = player
  7. local a = Instance.new("HopperBin")
  8. a.BinType = "Clone"
  9. a.Parent = player
  10. local a = Instance.new("HopperBin")
  11. a.BinType = "Hammer"
  12. a.Parent = player
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement