Coin moving to player effect

Hello. I am trying to make this coin effect that you see in the video from the game raise bob.

Does anybody have any tips on how to make it? Because im stuck.

1 Like

have you tried lerping the coins to the HumanoidRootPart of the character

While lerping moves the coin to the player, it doesnt really curve and do the fancy stuff in the clip wich is what im trying to achieve.

1 Like

In this case you would use bezier curves. You lerp the coins in a bezier path. You can read up on a bezier module here.

2 Likes

If I were you I would kindly ask the developer of raise bob if they will let you purchase the fancy stuff you see in the clip :slightly_smiling_face:

Thank you so much this really helped me :+1: