So I’m making some sparks trails that actually arc and bounce along using parent particles and I’ve got a problem where once the main particle system is turned off, the ribbon trails will stop emitting even though their parent particles still exist. I’d like for the ribbon trails to continue through with the parent particles even after the main system has ended.
The little white circles are the parent particles, you can see how the ribbon trails are not attached to them anymore cause the main system was turned off. Is there any way to make the ribbon trails continue until the parent particles die? Or will I need to make the sparks a separate system entirely and control them on their own?