Advertisement
dahpiglz

Untitled

Jun 20th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function onButton1Down(mouse)
  2. local target = mouse.target
  3. local handle = script.Parent.Handle
  4. target:Remove()
  5. end
  6. tool.Button1Down:connect(function()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement