How would I make beam vfx?

So, I’m currently working on a game and this is the vfx of one of the moves. However, when the beam changes sizes, the particles get funky. The particles (ParticleEmitter) is parented to the beam part.

This is what happens when the beam part resizes too quickly from big to small.

How would I fix this? I can’t make the particles come out a different part as I also run into another problem. How would I make the beam vfx? Should I make each particle a part that gets destroyed upon contact or something?

1 Like

Try using a Attachement and putting the Particle emitter into it

it also has lingering particles as a problem but i kinda solved this already

(also sheesh i’m looking back 6 months and there’s quite some significant progress)