I'm spawning a ribbon from a source particle (LocationEvent) - the ribbon spawns on the source but also at the emitter loc, how can I set it to only spawn on the source particle?

Hi I have two emitters, one spawns a single particle and one is a ribbon emitter. The single particle is the lead of the ribbon using a LocationEvent. The ribbon spawns on the lead particle correctly - everywhting works fine. Except, the ribbon also spawns at its emitter location, but I only want it to spawn on the lead particle. How can I fix that?

Thank you

You probably still have a spawn rate module in emitter update of the trail.

Ohhh danggggggg that was it, I feel so stupid! Thank you Niels!!