Is the emitter’s “Enabled” property being set to false? Is the emitter being destroyed? Check the console for any errors. You may also be creating too many particles (100 per frame is around 6,000 per second).
This is probably because you have reached a particle limit, as stated by @Forummer. What i suggest is having a smaller part that is positioned above the character and particles emitted at a much smaller rate.