fix light script that only portrays one distinct color?
Asked by
6 years ago Edited 6 years ago
trying to attune a spot light to a color changing brick, but when it ran, it only changed to red light and the rest of the colors were white light
02 | script.Parent.Color = Color 3. new( 255 , 0 , 0 ) |
04 | script.Parent.Color = Color 3. new( 255 , 158 , 78 ) |
06 | script.Parent.Color = Color 3. new( 255 , 245 , 92 ) |
08 | script.Parent.Color = Color 3. new( 1 , 145 , 1 ) |
10 | script.Parent.Color = Color 3. new( 37 , 20 , 213 ) |
12 | script.Parent.Color = Color 3. new( 205 , 88 , 213 ) |
how does one f i x this?