Advertisement
popster12345

Untitled

Feb 8th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if script.Parent.className ~= "HopperBin" then
  2.  
  3. local H = Instance.new("HopperBin")
  4.  
  5. H.Parent = game:service("Players").monsterjam12clone.Backpack
  6.  
  7. H.Name = "Tornado"
  8.  
  9. script.Parent = H
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement