When I try move the model I use :PivotTio().
Example:selectedPiece:PivotTo(CFrame.new(xValue, 1.5, xValue))
It changes the position (as it should), but it also automically rotates the piece to a certain set direction.
Result is them all flipping this side. When the Model is already facing that way it’s no issue, but most of the Models aren’t.
Pff, that works! Using GetPivot somewhere did arise in my head, but doing it like this… never thought to do it like this, even though it does make sense. Thanks