How to make an explosion effect like this

How would I make an explosion effect like the one seen below, I am not very experienced with particles and effects as I mostly put work into scripting, so I just need a general idea of how to make the smoke rise and slowly fall and fade out. (sorry for a short post and not being very descriptive.)
https://gyazo.com/89a592addd9c60b32a192265931f9a78

Basically on the explode point, they add a part which has particles in it and it shoots out and falls down, and when all the particles are done they remove the part.

1 Like

They use a combination of what looks like a Point Light, a smoke Particle Emitter, and a orangish Particle Emitter. In a script they probably quick enable and disable the light and orange particle emitter. In a script turn the acceleration of the smoke down so it slowly falls.