How would i ApplyImpulse to a part that uses LinearVelocity

So the LinearVelocity is being used to move the part towards the player, But i also wanna make it knock back while its going towards the player which i cant use ApplyImpulse while the part uses LinearVelocity.

You should use AlignPosition instead of LinearVelocity.