How to change the Y axis of a model?

How to only change the Y axis without changing anything else. I don’t like to use primarypart since I may have to go through every single model and set the primary part, I would more prefer to use PivotTo()

Is there any way to do this? (aside from using primary part)

1 Like

I may have accidentally solved my own problem, the easiest fix is:

Model:PivotTo(Model:GetPivot()*Y)
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.