Advertisement
Wolfz_Cheats

Alt delete

Feb 26th, 2020
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local Plr = game:GetService("Players").LocalPlayer
  2. local Mouse = Plr:GetMouse()
  3. Mouse.Button1Down:connect(function()
  4. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftAlt) then return end
  5. if not Mouse.Target then return end
  6. Mouse.Target:Destroy()
  7. end)
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement