How can I fade out particle emitter

How can I fade out my particle emitter when the particle ends

1 Like

You could use TweenService on the Rate property (or whatever it’s called) on the particle emitter.

1 Like

But I have to have the lifetime low so it doesn’t go through the ground rate is just the amt of particles right?

1 Like

Yes, rate is the amount of particles. You want to reduce the particle count to fade it out, no?

1 Like

Yea but wat do I do with the lifetime

1 Like

You can try editing with Graph editor, Click on transparency then open up the graph editor by simply clicking on “…”

Add the value by clicking anywhere on the panel.

4 Likes