Kore2K

Click Delete

Jun 2nd, 2019
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local char = script.Parent
  3. local mouse = player:GetMouse()
  4.  
  5. mouse.Button1Down:Connect(function()
  6. mouse.Target:Destroy()
  7. end)
Add Comment
Please, Sign In to add comment