Author Topic: Anyone know of a resize blocks add-on?  (Read 778 times)

Anyone know of a resize blocks add-on?

No. It doesn't exist, just use different size bricks.

The brick system is static, meaning it's not capapble of creating new blocks like roblox does.
In order to do so, each brick which I do believe has a datablock for it, would have to reload that datablock every time it got resized.
That kind of reloading takes a while, and can cause players loading to the server.

That kind of reloading takes a while, and can cause players loading to the server.
reloading datablocks is the number one cause of players loading to the server  :cookieMonster:

sorry that was a bit smart-alec-ey


the only ways this could be possible are silly ideas (ie remaking v0002's brick system to allow this sort of thing or automatically generating new .blbs)

automatically generating new .blbs
This Program that I made is about as close to that as its ever going to get without a major blockland update.

This Program that I made is about as close to that as its ever going to get without a major blockland update.
Too bad it'd have to be in TorqueScript.

Either way it's incredibly simple to generate cuboid bricks, it's just a bit inefficient to generate them and transmit them to players every time someone makes a new sized brick.