Question: can debris destroy a folder, or only parts?

I made a script that after 0 seconds (so basically when code get executed) the debris will be destroyed.
Can the debris service delete a folder or a model, or just a part?

Or in this case, is better use the function :Destroy() ?

It destroys all type of instances

It’s recommended to use :Destroy() if you need to destroy object instantly, without delay. Otherwise use Debris:AddItem()

okay!
I mean, is right that debris make less lag than destroy?

I believe its the same, or it’s very very small to fell it.

1 Like

Thank you for the help, then. Have a nice day.

1 Like

How am I only just discovering this after 7 years of scripting?!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.