How would you make a volcano shoot out parts?

Hello,

I am working on a volcano currently. How would you go about making the volcano shoot out something? LIke flames or parts or whatever. Here is what I have so far.

https://gyazo.com/26db50cb4afd6ac1d07c0f521938f32c

3 Likes

What I would do is make a script that clones parts and put the parts position next to the explosion. Edit: To make the parts fly.

2 Likes

maybe trying using smoke for the smoke, and use Body Velocities on the parts, to move them with a constant velocity to a certain point, maybe angular velocities too if you want a part to reach a certain Angular Velocity, which could be generated randomly too if you want.

If you need the part to move toward a goal position, use a BodyPosition instead.

If you need further control on a force applied to an object, consider using a BodyForce or BodyThrust instead.

-Quote from Developer Hub
2 Likes

https://gyazo.com/78a6ac3a4145b86eb00772024640809b

1 Like