Why are we unable to resize any part where to the point it can’t be shrunk anymore?

A lot of the times, when I am doing stuff Mostly making particles, I can’t resize a tool until it cannot be shrunken anymore. This is a huge fall for people, as it will take a lot of blender skills in order to make tiny parts. It is a bummer that I cannot make some certain particle effects, due to roblox studio’s shrunken part law.

What are some of your thoughts on the resize tool on roblox, how it can be shrunken or grown to a certain size?

What do particles have to do with parts? You can parent particles to an Attachment or change the properties of the ParticleEmitter such that they meet your needs.

If you need to resize a tool, then you can use plugins like Model Resize Plugin. If you use the Roblox scaling tool, holding shift and dragging will scale the whole item up to a certain minimum extents - plugins like this can go beyond those extents.

As for resizing parts, the upper extent used to be 0.2 as the minimum size on all axis. It’s now 0.05. You can still shrink it that small if you need to. If that’s not what you’re asking, what are you asking?

Another note - phrasing a help question like a discussion doesn’t make it good for the Development Discussion category. This better fits the Building Support category, so I have recategorised it as such.

3 Likes

If you want to size an part to their maximum capacity, excluding the resize limit on the resize tool you can try using the SIZE property, on the properties or you could try using the plugin that @colbert2677 suggested although I haven’t used it before.