Basketball dribble moves

I’m not sure how to approach this. Basically, I want to make dribble moves for my game, like a crossover. I have a weld attached to my players hand, which I can change which hand it is in. My issue is making the ball tween to the bounce position, then tween to the hand position, then change the hand that the weld is attached to. Is there another way to do this? Thanks in advance.

The easiest way is by animation. Otherwise if you don’t want it to be animatable, you can use body movers. I don’t know about handling welds honestly because I never done this before.

I don’t want to sound stupid, but I though you could only animate body parts. You can animate a sphere?

You can animate a sphere by adding motor 6d to the player’s limb.

1 Like

Thank you so much, I did not even think about that

1 Like

I added a motor6d to the arm and the ball and my animation works in animation editor but won’t work when I try to play it in my character. is there a specific way I have to do to make it play? Edit: Nvm, i got it. I had a while true do playing it so it kept repeating. Thank you so much for your help! I can now do dribble moves for my game.

1 Like