ParticlesAddEmitter(emitter.p,
1/64.0, -- animationSpeed
1, -- startsOffRandomAngle
-100, -- offsetMinX
0, -- offsetMinY
-100, -- offsetMinZ
100, -- offsetMaxX
200, -- offsetMaxY
100, -- offsetMaxZ
5, -- scaleStartMin
10, -- scaleStartMax
90, -- scaleEndMin
100, -- scaleEndMax
-0.1, -- movementSpeedMinX
-0.9, -- movementSpeedMinY
-0.1, -- movementSpeedMinZ
0.1, -- movementSpeedMaxX
-0.1, -- movementSpeedMaxY
0.1, -- movementSpeedMaxZ
-0.1, -- rotateSpeedMinZ
0.1, -- rotateSpeedMaxZ
1000, -- lifeMin
2000, -- lifeMax
40, -- alphaStartMin
75, -- alphaStartMax
0, -- alphaEndMin
0, -- alphaEndMax
25); -- frequency
So what do all those parameters mean?
Been there, done that, got all the T-Shirts!