Realistic Throwing

So I’m trying to create a realistic passing system for a basketball game where you press a number and the ball goes to the target but I don’t know where to start or how to do it. I looked at a lot of other posts talking about stuff like this like FastCast, Modeling Projectiles in Motion by EgoMoose, and some others but haven’t found anything to help me.

Which parts specifically are you having trouble with?

Do you already have a way to assign numbers to targets? And what’s a target?

Are you only wondering about how to actually move the ball from one point to another? Can you just use physics or do you need to use CFrame?