Is debris service just a clone of spawn(func) wait(n) p:destroy() end)?

like the title says debris makes a new thread(?) by letting the script run but for itself will wait for n seconds and then destroy anything but using spawn makes a new thread aswell and put a wait(n) or something more than wait(n) and do anything

The debris does exactly that but it also moves parts if they are unanchored and has velocity that isn’t Vector3.new(0,0,0), but people say debris service is bad idk why though.

1 Like

DebrisService is old and, if I remember right, might have some memory leak problems. It would be pretty easy to look up though.
Edit: Can’t find anything on it. Seriously do your own research if you care enough about it.

2 Likes