How to make a bounce effect?

I’m trying to make an effect like this:

As you can see, the coin performs and arch movement, hits the ground, bounces once or twice, and stops.

How could I achieve this effect as well?
If you would like to see the effect featured in the video for yourself, here’s the link to the game.

I’ve been trying to solve this for a while and I can’t seem to figure it out.
Thank you so much for your help! All responses are appreciated. :smile:

2 Likes

I’m just going to use Bezier curves in a for loop using this module:

Putting this here for anyone who may be having the same questions as me in the future.