Advertisement
Guest User

Q+Click=Delete

a guest
Jul 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. print('SCRIPT WAS NOT MADE BY BAYONANA THIS IS JUST A REUPLOAD')
  2.  
  3. local Plr = game:GetService("Players").LocalPlayer
  4. local Mouse = Plr:GetMouse()
  5.  
  6. Mouse.Button1Down:connect(function()
  7. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.Q) then return end
  8. if not Mouse.Target then return end
  9. Mouse.Target:Destroy()
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement