|
| 04 Jun 2014 09:32 AM |
SAMPLEOFGUI.BackgroundColor3 = Color3.new(223, 35, 10)
-- When I set it to this color it went white -.-, I think it probably no need for color3.new, It probably something else.. -- |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 09:34 AM |
Color3.new(0/255,0/255,0/255)
... |
|
|
| Report Abuse |
|
|
davisky2
|
  |
| Joined: 04 Mar 2012 |
| Total Posts: 4710 |
|
|
| 04 Jun 2014 09:35 AM |
| gui use colors from 0 to 1. |
|
|
| Report Abuse |
|
|
| |
|
|
| 04 Jun 2014 09:39 AM |
| Oh lol it go black now -.- |
|
|
| Report Abuse |
|
|
davisky2
|
  |
| Joined: 04 Mar 2012 |
| Total Posts: 4710 |
|
|
| 04 Jun 2014 09:39 AM |
| Color3.new(0/233,0/35,0/10) -- HAPPY? |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 09:40 AM |
| Color3.new(223/255, 35/255, 10/255) |
|
|
| Report Abuse |
|
|
davisky2
|
  |
| Joined: 04 Mar 2012 |
| Total Posts: 4710 |
|
|
| 04 Jun 2014 09:40 AM |
| Color3.new(1/233,1/35,1/10) -- HAPPY? |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 09:44 AM |
| 1/233 is not equal to 233/255, the result is a completely different number. Learn to math davisky |
|
|
| Report Abuse |
|
|
| |
|