Advertisement
tbgtrev

js idk i coded for 1 sec eas

Jan 25th, 2025
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ctrl - delt
  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.LeftControl) 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