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

Expanding size range in custom particle emitters?

Asked by 6 years ago

The maxium size of particle emitters is just 10, but what I know is that you can set the size to > 10 but the sequence is gone. Is there anyways to expand the size range in the sequence?

I think it's impossible unless if ROBLOX actually take actions to this

1 answer

Log in to vote
0
Answered by 6 years ago

Probably user error on how you are doing it. Works just fine for me.

script.Parent.ParticleEmitter.Size = NumberSequence.new(10,100)

0
I don't think that's how you set size for particle emitter in lua Konethorix 197 — 6y
0
I legit tested that. It is lua. GetGlobals 343 — 6y
0
Just noticed that it actually works! THANKS! :D Konethorix 197 — 6y
Ad

Answer this question