I am using AlignOrientation to align a part to a spot. (Very simple, create a CFrame.LookAt and set that as the AlignOrientation’s .CFrame). I have it on PrimaryAxisOnly = true. The issue I have is that sometimes when I make the point behind the part, instead of fully rotating the front of it around to face that point it chooses the other half of the axis, which is the back of the part to face.
Basically the AlignOrientation only faces forwards half the time, whilst the other half of the time it faces backwards towards the point. Is there any way to stop this and make it only line up the front-facing half of the axis?