Debris Service 2

A Debris service module I made since the actual debris service has only one useful function.

Functions:
-AddItem(instance,time)
Destroys the instance when the time is up

-RemoveItem(instance)
Cancels AddItem

-OnRemoved(instance,function)
Runs a function when the instance is removed

Also much more precise than actual debris service.
This is my first devforum post, hope someone finds this useful.

10 Likes

@iayze1k , welcome to the Forums and good job on your first post so far very interesting resource!

it is very similar to Debris2 though

1 Like

can you post the source to the module and example usage? I’m on mobile so I can’t check myself at the moment