Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Plr = Players.LocalPlayer
- local Mouse = Plr:GetMouse()
- Mouse.Button1Down:Connect(function()
- if deleteEnabled and Mouse.Target and game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.C) then
- Mouse.Target:Destroy()
- end
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement