I was wondering if I would need to manually disconnect any events relating to an object that no longer exists.
An example would be the :ChildAdded() event. In this case, if a character which is linked to the event is destroyed after resetting will that result to the following event also being destroyed or will it result in a memory leak?