Particle size being weird

I have this particle where I want it to quickly get larger and bigger but the particle is resizing smoothly so I can’t get the speed that I want.

Not sure if it’s a feature or a bug but either way it shouldn’t happen

Here’s the particle: https://www.dropbox.com/s/g9f1p1rqg0hv8ph/angry.rbxmx?dl=0

1 Like

Yeah, that’s definitely not reaching the target value at the specified time. I tried shortening the time intervals between the nodes by a lot, but that just caused the size to arrive at the target value instantly:

Temporal resolution for NumberSequences in particles is (life/32.0) . Extremely high-frequency changes won’t register.

1 Like

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