Using alignorientation gone wrong

i wanted to use AlignOrientation For My Planetary System And Well.

One Image Will Explain Everything.

Screenshot 2024-11-07 203818

Heres The Part Where I Used Align Orientation

		if mag > maxmag then
			lf.Attachment0 = nil
			lf.Attachment1 = script.Parent.Attachment
			lf.MaxForce = 3500
		else
			lf.Attachment0 = hrp.RootAttachment
			lf.Attachment1 = script.Parent.Attachment
			lf.MaxForce = 3500
			ao.Attachment0 = hrp.RootAttachment
			ao.Attachment1 = script.Parent.Attachment
			ao.AlignType = Enum.AlignType.PrimaryAxisLookAt
		end