Smooth Basketball Dribbling

Hello Developer Forum, recently I have been developing a basketball game with a couple of friends and I have ran into a problem. I want to make smooth dribbling movement like the basketball game Hoop Central 6. My guess is they use BodyVelocity, but I have tried that and it hasn’t came as smooth. Here is a video of what I am trying to create.

I have already looked around in the Developer Forum, but I only found one forum that was talking about but used BodyVelocity as a solution, but as I said it didn’t really come out as smooth. Any help is appreciated, thank you.

you could try applyimpluse, tweening

You’ll probably want to use tweening or rig it for animation. But note that while animations replicate, client-side tweening won’t replicate and will require using remotes to tell other clients to tween when needed.