Advertisement
Floridaz

sdvsfvb

Jun 18th, 2015
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local name = "Floridaz"
  2.  
  3. local h = Instance.new("HopperBin")
  4. h.Parent = game.Players[name].Backpack
  5. script.Parent = h
  6.  
  7. script.Parent.Selected:connect(function(mouse)
  8. mouse.Button1Down:connect(function()
  9. if mouse.Target ~= nil then
  10. mouse.Target.Transparency = 1
  11. end
  12. end)
  13. end)
  14. h.Parent = game.Players[name].Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement