Author Topic: Find the nearest brick?  (Read 337 times)

So recently I was working on a big boat, and I saved it. The next day, I loaded it, and it was gone.

Is there any command to ind the nearest brick, for I mightve built it far away from the spawn?

If it has any named bricks you could SetPlayerTransform to it.

In a single-player server, put this in console:

Code: [Select]
findClientByName("YOUR NAME HERE").player.setTransform(brickgroup_999999.getObject(0).getTransform());