Advertisement
actracer

Roblox - Click To Destroy

Jun 17th, 2018
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. -- USE ONLY IN SERIOUS SITUATIONS!!!
  2.  
  3. local plr = game:GetService("Players").LocalPlayer
  4. local mouse = plr:GetMouse()
  5.  
  6. mouse.Button1Down:Connect(function()
  7.     if mouse.Target then
  8.         mouse.Target:Destroy()
  9.     end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement