I have this single part with orientation 0, 90, 0:
I want this orientation to be the “new” 0,0,0. (Like Blender’s “Apply”)
How?
I have this single part with orientation 0, 90, 0:
I want this orientation to be the “new” 0,0,0. (Like Blender’s “Apply”)
How?
Go into the properties tab and find orientation
Change the orientation to 0, 0, 0
Scale the part until it looks the same as the original orientation.
No, it was just a single example, it won’t work with complex objects.
I don’t believe thats a thing in Roblox, I might be wrong, but I’ve never even seen a use case for something like this, so I’ve never searched for it.
It’s simple, my script is based on the current object orientation.
For example, Orientation.Y = 0 is pointing to right, if 180 is pointing to left, and so on…
But sometimes I have a huge job drawing an object and then I realize that the orientation was wrong. So there’s nothing to do?
Hmm, I’ve never needed to figure out something like that so I’m not sure.
You can’t do this. Roblox does not give any support for these kinds of issues. The best you can do is to re-export your mesh (if you’re using one).
You’ve probably resolved this by now, but you can use PivotOffsetOrientation to do this. Set up your model or object in an orientation you wish to be 0,0,0. You simply add or subtract x,y and z values using the PivotOffsetOrientation property to achieve an apparent orientation of 0,0,0. You model will be oriented to the x,y and z axis
My only solution, for now, is to modify the orientation in Blender and re-import.
I don’t know if you understood the situation:
Your suggestion doesn’t work.
I already have a Studio Feature request for this topic:
Has roblox added this feature yet? I have a shark mesh that I got from the toolbox, I need to rotate a mesh, so I can’t use the union workaround.
You can do this, if you create a small part and place it within another and union them the rotation of the union will be 0,0,0.