Bouncing part movement

Hello!
First of all I have to say that English is not my native language and I started studying it very recently. I’m using a translator so I’m sorry for the mistakes :sweat:

I need to move the part along the trajectory of the bouncing ball. The part must jump at the same distance and height.


What’s the best way to do that?
Maybe I can use tweening functions or something?

I tried to change the Y and X coordinates in the cycle, but that’s definitely a bad way:

y = (x * (-8 - x))
1 Like

Not sure if this will help bout hope it does.

1 Like

Thank you!
It’s not a complete solution, but I figured out how to proceed