As a Roblox developer, it is currently impossible to make the BallSocketConstraint only apply force on Attachment1
There should be a toggle for BallSocketConstraint to only apply its force on Attachment1 not both attachments so that it acts like HingeConstraint (but with all axis for rotation). Atm I’m using the constraint as an AlignPosition and to restrict the possible angular rotation. I don’t want the Attachment0 to have force acted on it but only Attachment1. Also if there is a nice workaround for this (no scripts) then please share it