Making an arc projectile

I need help trying to make an arc projectile that homes in on mouse position(target). I’ve seen plenty of forums that involve a complicated equation that tries to help give an understanding of arc projectiles but it was way to confusing for me and the basketball example didn’t help me. I know there are much simpler ways in achieving this goal using for loops and cframe alone but my question is how? Here is a photo and gif of what im trying to achieve all summed up.

You can interpolate over a Bezier Curve.

Just put an arbitrary point in the middle of the positions between you and the target and then offset it left or right

2 Likes