Advertisement
tbgtrev

Untitled

Jan 25th, 2025
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local Plr = Players.LocalPlayer
  2. local Mouse = Plr:GetMouse()
  3.  
  4. Mouse.Button1Down:Connect(function()
  5. if deleteEnabled and Mouse.Target and game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.C) then
  6. Mouse.Target:Destroy()
  7. end
  8. end
  9. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement