Drop Style Effect

I would like to create a drop effect style with any part (object), it would have some cool smooth and light rotation base on velocity I think and lerp to player’s position. (see video, short but look at the tix parts).
Any help or directive would be cool! :smiley:


(credits to Crusherfire for the video)

Open box → instantiate massless parts without collisions → shoot them in random directions with an initial velocity vector → start applying a velocity vector pointing towards the player at all times (so make sure to update it in case the player changes position).

1 Like

I’ve managed to create this effect using massless parts, lerping, velocity and bezier curves!
If anyone want to know how I’ve done it, let me know!


(work in progress ofthe effect video)

I’m glad you managed to do it. What you might want to do to avoid linear movement to the player is applying a force instead of a linearvelocity! Great job, btw.

1 Like

Thanks! I will go through it! :smiley:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.