Alright, so at first I was deleting 800-1000 bricks with .killBrick();
I'd loop through all the ones that I had built and then call this on each of them. The weird thing? About 10 seconds later, I'd get a massive lag spike (without the lag at the top right corner but I'm host, soooo).
I had no idea what was causing this until...
I tried then to delete the 800-1000 bricks with .delete();
Now the lag was instantaneous right as I entered the command
Destroying the same amount with the admin wand yields no lag. What am I doing wrong?
Note: There are no GSF bricks, they are all just regular bricks and plates, with one or two, lights, emitters, etc out of all the 800-1000 bricks.