How to change the front surface of a part or union?

Sometimes i build my models in the wrong direction (right surface being on the front). It’s very annoying when programming CFrames.
It’s not a problem when working with normal parts because i can just resize and rotate them, but when it happens to an union i have to build it again.
Is there a way to change which surface is the front of a part/union?

1 Like

explain please

The face is currently on the surface that roblox thinks is the front one, but i want the front surface to be where the cylinder is.
It’s very confusing to code CFrames when the front is actually on the side.

1 Like

is the cylinder and and cube unioned?

Yes, usually i would just weld those parts but this is an example union

1 Like

i dont know sorry ;(

1 Like

It’s ok, i couldn’t find anything too. Let’s hope someone makes a plugin that does that.

1 Like

Seperate the union and rotate the cube to the desired direction.

2 Likes

I completely forgot that it’s possible to seperate unions. Thanks!

1 Like