I am trying to figure out how to replace the default Roblox explosion effect with my own explosion particle can someone help me?
In order to give an explosion a custom look, you could do the following.
Firstly, set the .Visible property of your Explosion to false.
Secondly, add a ParticleEmitter on top of your Explosion, to serve as the aesthetic part of the explosion. You can customize the look of a ParticleEmitter in any way you like.
In short, let the Explosion do the powing, and the ParticleEmitter do the wowing.
1 Like