Hey, Could anyone help me with resizing a model without making it smaller. What I mean by this is that usually when I resize a model on the width, the length also gets smaller. I want to be able to resize it as if it were a part. Thank you.
If a model contains more than 1 part in it (parts or meshes, doesn’t matter) then rescaling it will not be possible.
If your model consists of parts then, unfortunately, you will have to either rebuild it or scale each part individually. Both steps will take a LOT of time.
If your model consists of meshes and the model was created in Blender then that simplifies the problem by a million times.
Just simply scale the entire model in Blender and import it into Roblox Studio again. Super simple.
1 Like
You could union all the parts and then squish them, then un-union it,
3 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.