|
| 19 Jun 2016 07:33 PM |
Can someone please tell me how to change the color on Particle Emitters by script ?
|
|
|
| Report Abuse |
|
|
|
| 19 Jun 2016 07:34 PM |
Use a ColorSequence.
ColorSequence.new(Color3.new(0, 0, 0), Color3.new(1, 0, 0))
The first one is the first color, while the second is the second. This might not work due to ROBLOX's new ParticleEmitter color thing though. |
|
|
| Report Abuse |
|
|
| |
|
|
| 19 Jun 2016 07:40 PM |
Well sadly doesn't seem to work, nope.
|
|
|
| Report Abuse |
|
|
|
| 19 Jun 2016 07:42 PM |
Damn.
If you're trying to make a rainbow, you can just set the gradients in the new PE color system to ROYGBIV. |
|
|
| Report Abuse |
|
|
|
| 19 Jun 2016 07:53 PM |
No, I am just turning them from pink, to red.
|
|
|
| Report Abuse |
|
|