/brickcount
Is that a question or a criticism?
It is a question.
It's actually very easy to drive on
160.001 bricks
Is that supposed to be a comma?
Is there a way to change the color of all the bricks with a console command?
This will only work for the default colorset, and YOUR bricks.%bg=localClientConnection.brickgroup; for(%x=0;%x<%bg.getCount();%x++){%b=%bg.getObject(%x);if(%b.getColorID() == 2){%b.setColliding(0);%b.setRayCasting(0);}}All of that on one line.