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.