Advertisement
RUDEAlex

Untitled

Jul 17th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. print("realenteredrumble's click destroy has loaded.")
  2. local m = game.Players.LocalPlayer:GetMouse()
  3.  
  4. m.Button1Down:connect(function()
  5. if m.Target:IsA("Part") then
  6. m.Target:destroy()
  7. end
  8. end)
  9. print("Enjoy :D ~ realenteredrumble")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement