|
| 06 Sep 2016 11:00 AM |
Anything I try doesn't work. help someone give me an example.
|
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Sep 2016 11:01 AM |
local red = Color3.fromRGB(255, 0, 0) if red.G > 0 or red.B > 0 then print("not completely red") end
is that what you're talking about? |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 06 Sep 2016 11:03 AM |
Color3.new(0,1,0) -- vals 0 to 1
Color3.fromRGB(255,0,125) --Vals from 0 to 255
|
|
|
| Report Abuse |
|
|
|
| 06 Sep 2016 11:13 AM |
@cntkillme721, yes. Except R,G,B is supposed to be lowercased. Thank you
|
|
|
| Report Abuse |
|
|