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.
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.
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.
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
orBodyThrust
instead.