| |
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 20 Jun 2013 05:42 PM |
Okay these tree numbers call for diffrent colors.
Red Example: (155,0,0) (Red,Green,Blue)
HIgher the number the more of that color. |
|
|
| Report Abuse |
|
|
Desperian
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 3371 |
|
|
| 20 Jun 2013 05:47 PM |
A Color3 value is between zero, and one. Divide what you currently have by two-hundred-and-fifty-five.
game.Lighting.Ambient = Color3.new(128/255,128/255,128/255) |
|
|
| Report Abuse |
|
|
| |
|
| |
|
xSIXx
|
  |
| Joined: 06 Aug 2010 |
| Total Posts: 9202 |
|
| |
|
| |
|