Particle tweening

You can currently click on colors in a particle to make then tween between Color3(1) → Color3(2).

What if you could click on size on a particle and tween between Vector2(1) → Vector2(2).

You’d be able to edit individual axis and such. It’d be useful for many things, mostly cartoon-style effects, but still.

This is a NumberSequence, so you can interpolate its size already (unless I’m mistaking what you mean by tweening in this context) - are you suggesting giving a way to have Vector2s for the size of a particle? That’d be good IMO, and has been suggested before along with some other useful particle additions.

We have size scale, which is similar but different.

I want x and y size, which lets us make something extra wide/skinny on one axis while the other axis can do something individual.

3 Likes