How to Disable the emitter effect?

I id the test blueprint for test effect on off…
it work when i press F one time, and press Q the disable emitter
But when i press F more than one time , like 3 or 4 time , Emitter will stay and get error, even i press Q it not work ?
what wrong for this blueprint?

Hi, everytime you press F one new emitter gets spawned (so if you press F 4 times without pressing Q you would have 4 emitters). If you press Q only the last emitter gets removed (you’re not storing all the previous created emitters).

Hi,

You have to use a Do Once node to prevent user spamming of the button.

Try using Deactivate() instead of Destroy().

Hope it helps.

@ GEODVS

That really work thank