Advertisement
Theskyler900

test script

Aug 21st, 2017
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Tool=script.Parent
  2.  
  3. if Tool.className~="HopperBin" then
  4. Tool=Instance.new("HopperBin")
  5. Tool.Name="HopperBin"
  6. Tool.Parent=game.Players.LocalPlayer.Backpack
  7.  
  8. s=Instance.new("BoolValue")
  9. s.Name="Status"
  10. s.Parent=Tool
  11.  
  12. s2=Instance.new("BoolValue")
  13. s2.Name="AnimCanBeInterrupted"
  14. s2.Parent=Tool.Status
  15. s2.Value=true
  16.  
  17. s2=Instance.new("IntValue")
  18. s2.Name="AnimFrame"
  19. s2.Parent=Tool.Status
  20. script.Parent=Tool
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement