How do I flip/ mirror objects (meshes, part, union, intersection) in a certain axis?
There isn’t any tool to help me do that in Roblox Studio
I Tried finding plugins but none of them work and it’s outdated
You could rotate it 180 degrees?
If thats not what you want, then I’m a little confused at what you’re trying to achieve.
Hope this is helpful I guess!
I think you can “mirror” meshes by setting the Size property for the axis to a negative number. But I might be wrong. I don’t know if this also applies to parts or unions.
U can’t change the size to negative numbers
Ok. Then you might have to export the model and flip it in another software.
I might be wrong but i believe sleitnick has a mirror plugin you can give a try. I believe he’s the one that made the gap fill, resize align, etc
I’ve been using Stravant - Model Reflect. If someone knows of a better solution, please do share.
Do note that the description of the plugin states:
Does NOT work with MeshParts, as there’s no way to scale a MeshPart’s mesh right now, you’ll have to manually reupload meshes flipped if you want flipped copies of them.
Otherwise, I’ve had it for flipping models across a plane.
Maybe export the model to blender and you can use the mirror modifier. I have not used it myself, but I think you can figure it out on yourself from here.
You can export any model or union by pressing right mouse button on the object inside explorer and clicking export selection.
You can use a Part
with a Special Mesh
inside it that you can put in negative size. It work for meshes and classic parts.