Hello,
I’m wondering if it’s possible to cancel a thread created by the debris service? If not is there an alternative API that may be good for me to create threads and cancel them if needed?
I was trying to use the debris service to destroy stuff in my game so didn’t have to keep decrementing counters for each individual object. There are situations in my game where if a player stumbles upon an object I want to extend the life of the object so it doesn’t get destroyed.
I tried just using int values as counters as a child under each object and this was a little messy. Any suggestions would be appreciated.