Skip to content

llMakeFountain

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

Make a fountain of particles. Deprecated: Use llParticleSystem instead.

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

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

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

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