|
| 03 Jun 2015 11:28 PM |
I need to make a gui that flashes through the colors of the rainbow just smoothely back and fourth, value and saturation should both be at 255 throughout but it should cycle 0-300 smoothely back and forth non stop in like 3 seconds So in otherwords the square gui should be flashing colors like this gyazo dot com /107f04a0e11967f3762ef83d880a9846 ok |
|
|
| Report Abuse |
|
|
CrowClaws
|
  |
| Joined: 04 Jul 2010 |
| Total Posts: 4466 |
|
|
| 03 Jun 2015 11:37 PM |
| Have fun making it!11!!1!!11!!1! |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 03 Jun 2015 11:38 PM |
local Colors = { Color3.new(1,0,0), Color3.new(1,0.33333333333333,0), Color3.new(1,1,0), Color3.new(0,1,0), Color3.new(0,0,1), Color3.new(0.29411764705882,0,0.50980392156863), Color3.new(0.93333333333333,0.50980392156863,0.93333333333333), }
while true do for _,color in next, Colors do script.Parent.BackgroundColor3 = color wait(3/7) end end
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
| |
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 03 Jun 2015 11:40 PM |
Gimme all yah robuxs now k
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
|
| 03 Jun 2015 11:45 PM |
Mine looks cooler :P
while true do script.Parent.BackgroundColor3 = Color3.new(math.random(), math.random(), math.random()) wait(0.1) end |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 03 Jun 2015 11:50 PM |
He said rainbow btw.
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
|
| 03 Jun 2015 11:51 PM |
| Every rainbow can be different btw. |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 03 Jun 2015 11:51 PM |
lolno
Rainbows always have the exact same 7 colors.
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
|
| 03 Jun 2015 11:53 PM |
| Every rainbow is different just ask people who are color blind |
|
|
| Report Abuse |
|
|