oof
oof copied to clipboard
Removing an Object before it is created can cause issues
Removing an object before it is created can result in the object being created but not destroyed properly because of the asynchronous nature of spawning objects. Should implement some sort of check to prevent issues like this.