Is it possible to make particles have parents?

So the other day I was making potions that can emit particles when activated. However when the potion is destroyed, the particles are too.

Is there any way to set the particle’s parents so they won’t be destroyed?

You could create an invisible Part at the Potions position when the potion is destroyed then parent all the Particles to the Part

2 Likes

Is that the only way, or is there some sort of property I can tweak to set it’s parents?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.