Skip to content

llMakeExplosion

Deprecated
function ll.MakeExplosion(Particles: number, Scale: number, Velocity: number, Lifetime: number, Arc: number, Texture: string, Offset: vector)

Make a round explosion of particles. Deprecated: Use llParticleSystem instead.

Make a round explosion of particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead.

Parameters
Particles(number)
Scale(number)
Velocity(number)
Lifetime(number)
Arc(number)
Texture(string)
Offset(vector)

Add example usage here showing SLua/Luau syntax with ll.MakeExplosion().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.