Advertisement
breezyshadow012

creeper

Jun 25th, 2017
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if script.Parent:IsA("HopperBin") then
  2. print(":D")
  3. else
  4. local tol=Instance.new("HopperBin")
  5. tol.Name="Creeper"
  6. tol.Parent=plays:FindFirstChild(player).Backpack
  7. tol.Parent=plays:FindFirstChild(player).StarterGear
  8. script:clone().Parent=tol
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement