I finished a long list of trial and error making a loop system for (tons) of instances, but now Im trying to figure it out, is the best way to compare (performance wise) by "compare variable" on an instance rather than pick by comparison?
Because Ive noticed by comparison adds like 40% more CPU usage. (very bad).
But picking by "compare variable" (built into object) does not.
Any other methods to pick if its compared to a passed function parameter?