How to find the velocity of an attatchment located inside a part?

How would i find the velocity of an attatchment using its parent part? since its offsetted from its center it should have a different velocity as the parent part

I think BasePart:GetVelocityAtPosition() would work. You can use Attachment.WorldPosition to get the position.