Author Topic: How to load bricks on the ground?  (Read 426 times)

I am trying to make Blocko City a build and I need to spawn bricks on the ground because they are in the air.


$loadOffset = "x y z";
so in your case $loadOffset = "0 0 -x";
x depends how high it is in the air in torque units, so you could put $loadOffset = "0 0 -50"; in the console then load and if it's still too high or too low you can clear the bricks and adjust

The offset is in Torque units. So 0.5 is one stud for x and y. 0.2 is one plate for z. It'll auto lock to the brick grid.