Advertisement
Ksidn

Untitled

Apr 1st, 2020
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. --[[
  2. Delete With Undo v1 by angeld23
  3.  
  4. Default keybinds:
  5. [Right Click + Left Ctrl] - Deletes part that your mouse is pointing at.
  6. [Right Click + X] - Undo last deletion. Can be repeated until all parts are returned.
  7. [Right Click + C] - Undo all deletions. This will return every part at once.
  8.  
  9. (You cannot hold the key and then right click, you must hold right click first. If anyone can fix that, it would be highly appreciated!)
  10.  
  11. Set custom keybinds in the settings below.
  12.  
  13. Report any bugs to angeld23 on v3rm (or Synapse Forums).
  14.  
  15. My Discord: angeld23#5601
  16. --]]
  17.  
  18.  
  19.  
  20. --Settings
  21. deleteKey = Enum.KeyCode.LeftControl --Key to delete the part you are looking at.
  22. undoKey = Enum.KeyCode.X --Key to undo last deletion.
  23. undoAllKey = Enum.KeyCode.C --Key to undo all deletions.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement