Thank you for the feedback!!! I was getting similar issues with my prototypes during development and I think it may have to do with the function I was using to spawn the enemies. They're set to toggle to visible on an interval but after some research I found that if the interval keeps running in the background without a refresh it'll kill the performance and cause lag. I'm still experimenting with a fix though…