@Ragnar_Svensson you are correct. Im referring to the practice of instantiating a set number of objects, keeping them in an array (table for lua I assume). Then instead of creating a bunch of garbage for the garbage collector to deal with by instantiating and deleting objects, they can be reused if not in use. I’ll give a try to your suggestion.
Thanks!
Jacob