Align Orientation Orientation Alignment Mode Default

This is my First Topic so I’m not sure if this is the right place for it but the reason why I’m making this is I was wondering why AlignOrientation OrientationAlignmentMode defaults to TwoAttachment instead of OneAttachment when created such as in a script there could be benefits to changing the default to OneAttachment such as in a flip function for a vehicle such as it doesn’t have to specify
alignOrientation.Mode = Enum.OrientationAlignmentMode.OneAttachment
for flipping a vehicle as it only needs one attachment which further simplifies switching from BodyGyro to AlignOrientation but saying this could just be me unless someone else says otherwise