Smooth Body Velocity Movement

Hello Developer Forum, I am making a ro-basketball game and I want to make smooth dribbling movement for my game. Basically what I am trying to achieve is smooth Body Velocity movement like this:

Is there any way I can replicate this with Body Velocity? Also, I am assuming they use Body Velocity because most ro-basketball games use Body Velocity for their dribbling. I have also already tried tweening. Any ideas?

Body velocity is deprecated. You could only accomplish something with BodyVelocity as smooth as this by disabling PGS (which cannot happen), or by using AlignPosition.

How would I use AlignPosition?

View this:
AlignPosition | Roblox Creator Documentation
This is the official documentation that shows how to use it.