Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can i resize a particle through scripts?

Asked by 7 years ago
Edited 7 years ago

So you see I'm trying to make a fireball script. When i hold the attack ,it gets bigger. But that's not the problem,i want the particles to resize over time.

In the properties of the ParticleEmitter,you can use NumberSequence to make it so the particles get smaller over time. I tried to do that through scripting,but it seems like it doesn't work.

local Seq = NumberSequence.new(0,10)

help me ;-;

0
Try a for loop? donnybrook 20 — 7y
0
NumberSequence of what? You need to specify exactly which particle emitter you're refering to or else nothing will happen Nogalo 148 — 7y

Answer this question