#How can I tween a NumberSequence?

1 messages · Page 1 of 1 (latest)

nimble cape
#

I have a particle's size I slowly want to increase can't quite figure it out. Part.Size = NumberSequence.new(1,20) doesn't work because it instantly increases the size of the particle.

#

Ok I was able to figure it