How can I resize multiple parts at once?

I’m currently working on something which requires several giant brick walls, with each wall containing over 300 bricks. To add detail to the wall, I’m varying the depth of each brick by resizing them manually, but with such a large number of parts, this is extremely inefficient and time consuming.

Some contextual images

Here is the brick wall.

image

Here, you can see the depth I’m adding (or trying to add) to the bricks by resizing them.

How can I resize all of these parts more efficiently? Ideally, I need to be able to select several parts, resize them a certain amount, and repeat this process for most of the bricks on the wall.

In addition to resizing each part manually, I’ve also tried changing the size of a selection of parts under Properties, but this unfortunately resizes the parts in both Z directions instead of just one, causing them to begin to float away from the wall.

Any suggestions will be appreciated.

2 Likes

This is the best plugin I see for that:
https://www.roblox.com/library/143613186/Model-Resize-Plugin-2-1-DRAG-TO-RESIZE?ViewInBrowser=true&CreatorId=3925445&SearchId=27CA40E4-2930-4118-90DA-063C51E5C1F0&Category=Plugin&Position=13&SearchKeyword=&CreatorType=User&SortType=Relevance

Found a solution:

https://www.roblox.com/library/260276858/Studio-Build-Suite

I was given this plugin by a user who cannot yet post. It has a resize function which does exactly what I need. The model resize plugin sadly didn’t give me the results I needed since it would only resize the parts in all 3 directions, rather than just 1.

5 Likes