The new ROBLOX ParticleEmitter was recently added to ROBLOX Studio but after experimenting with it I came up with a very big question, some properties of the ParticleEmitter for example Size use the Graph where you can put different values and "envelopes" but... how would you do this using a Script? I know there's NumberRange.new and NumberSequence.new but I don't know how the second one works, on NumberRange you insert two values Max and Min while in NumberSequence you're supposed to use many values but if I do for example NumberSequence.new(1, 5, 2) the first number will be the only one working.
Can someone help me with this? I've already tried many ways and since none of them worked I came here to see if someone can help me.
There's a simple answer to this: You cannot. The Scripting side of ParticleEmitter with the graphs wasn't thought through very well. My suggestion is to just constantly swap parts with ParticleEmitters if what you're trying to achieve with it isn't that advanced.