Hey folks. I'm making a simple clicker game where you hit an anvil, once you reach a certain amount of clicks the item you're hitting will disappear and a single particle should immediately appear, giving the effect of the item flying off the anvil. I only want this to happen once and I want it to happen immediately, but currently there's a 1 second delay before the particle effect kicks in. Is there any way to get rid of the particle delay so it starts instantly? Thanks!