Align orientation help

How would I set up a align orientation with two attachments to look at a part regardless of its orientation, but to look at it in world-space.

Any help is appreciated

If you just want the character to look at certain parts, you dont have to use TwoAttachment for looking at, switch to OneAttachment for easier use and set it on main attachment

That way you can directly use CFrame.lookat() from the AlignOrientation

on another note, AlignOrientation works if MaxTorque and Responsiveness value is higher

AlignOrientation doesn’t work this way automatically, you’ll have to use something else, and I recommend this.

You can set it up for two attachments, and then get the CFrame of the orientation attachment1 would have to have to be looking at attachment2. Then you can change attachment2 to that CFrame, and it will be looking at it.

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