Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local name = "Floridaz"
- local h = Instance.new("HopperBin")
- h.Parent = game.Players[name].Backpack
- script.Parent = h
- script.Parent.Selected:connect(function(mouse)
- mouse.Button1Down:connect(function()
- if mouse.Target ~= nil then
- mouse.Target.Transparency = 1
- end
- end)
- end)
- h.Parent = game.Players[name].Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement