tags:

views:

77

answers:

1

If you have a script that creates a particle system and then delete the script from the prim, the particles don't seem to go away. How can I get rid of them?

+3  A: 

You must create a script with an empty particle emitter: llParticleSystem([]);

Evil Spork