Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Align world space position?

Asked by 2 years ago

Hello,

I am trying to align two parts in world space a certain distance away from each other, while ignoring the orientations of either part.

Ideally I would be able to use the AlignPosition constraint for this and move the first attachment the correct distance away, but AlignPosition uses local space so any rotation will cause the second attachment to move with it.

Right now I have to cframe the parts each run step, which does not scale well :| Is there any way to do this using constraints?

Thanks for the help

Answer this question