How to make a frame color fade, like BackroundColor3, along with ImageColor?
Hello!
So, I'm developing a emo kinda dodge charger for myself lol, and I need a bit help on how to make the front lights work. I mean, they work good and all, https://gyazo.com/e4064c4860088f7143f4ec64415a3c18 but like, I want it to like make it fade, because after it turns to red, I'm gonna then just make it fade to red, green, and blue.
To give you a quick overall what Mainveh is, and FB
MainVeh = seat.Parent.lightbar
The FB is the part in which I've added a led, frame, and image to make the lighting.
So like MainVeh.FB1.led.Frame.ImageLabel.ImageColor3 = Color3.new(255/255, 0/255, 0/255)
MainVeh.FB1.led.Frame.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
Here's the code that I need help with, to get the faded colors.
01 | MainVeh.FB 1. led.Frame.BackgroundColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
02 | MainVeh.FB 2. led.Frame.BackgroundColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
03 | MainVeh.FB 3. led.Frame.BackgroundColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
04 | MainVeh.FB 4. led.Frame.BackgroundColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
05 | MainVeh.FB 5. led.Frame.BackgroundColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
06 | MainVeh.FB 6. led.Frame.BackgroundColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
07 | MainVeh.FB 7. led.Frame.BackgroundColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
08 | MainVeh.FB 8. led.Frame.BackgroundColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
11 | MainVeh.FB 1. led.Frame.ImageLabel.ImageColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
12 | MainVeh.FB 2. led.Frame.ImageLabel.ImageColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
13 | MainVeh.FB 3. led.Frame.ImageLabel.ImageColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
14 | MainVeh.FB 4. led.Frame.ImageLabel.ImageColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
15 | MainVeh.FB 5. led.Frame.ImageLabel.ImageColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
16 | MainVeh.FB 6. led.Frame.ImageLabel.ImageColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
17 | MainVeh.FB 7. led.Frame.ImageLabel.ImageColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |
18 | MainVeh.FB 8. led.Frame.ImageLabel.ImageColor 3 = Color 3. new( 255 / 255 , 0 / 255 , 0 / 255 ) |