How can I check the status of GUI particles?

Hi guys! I am wondering how I can prevent particles to play repeatedly on my GUI?
I use gui.play_particlefx(), but I want to check if the particles already playing before calling it.

1 Like

I would set a flag to true when I play them and false when I stop them.

3 Likes