InstantDestroy | Easily delete everything you want in 1 Click!

If you ever build then a lot of welds appear, or when you want to destroy a lot of things at once. Then this plugin is for you!

Simply delete everything you want in 1 CLICK!

image

It’s very easy to use!

How It Works:

1. Fill up the filter you want!

  • Name: Will check Object’s name matched with Name!
  • ClassName: Will check if the Object’s Class matched with ClassName!
  • Parent Name: Will check if Object’s Parent’s name matched with Parent Name!

Example:
image

2. Click Destroy

3. The plugin will scan your entire game and look for objects that matched your filter!

4. If the object matched your filter, the plugin will destroy it!

5. If you keep all your filter empty, it will wipe out your entire game or just an error. So don’t do it.

FULL TUTORIAL SOON ON: https://www.youtube.com/channel/UCbeNvZJK0y6aVQ8sHkPZGEA

Install Plugin

-https://www.roblox.com/library/8265193896/InstantDestroy

Credit

-The_Saver31/ https://www.roblox.com/users/528894344/profile / iiNoob#5296

Note: This is my first plugin, feel free to give me feedback/report bugs! All feedback is appreciated!

6 Likes

I just use the Search bar at the top of the Explorer window, then select the items from that list to delete them.

I suggest you add a “descendants” filter, and instead of giving that warning about no filters, just don’t let the delete request go through when no filters are selected.

Great plugin btw, I used to type code into the command bar to do this XD.

3 Likes

It takes quite a bit of time to select them individually if they’re part of different parents (especially with welds or things like that).

1 Like

Use the command bar and loop through the descendants of the game bruuh

2 Likes

That is a good idea! I will make it soon, Thanks for it!

if you wanna destroy the whole thing just do a for i, v in pairs(game:GetDescendants()) do pcall(function()v:Destroy())

1 Like