|
| 16 Aug 2012 01:48 AM |
| How would I convert a BrickColor to a Color3 without having to log each and use some enums? |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2012 01:49 AM |
http://www.roblox.com/Forum/ShowPost.aspx?PostID=67591523
~2.9k posts/20k posts |
|
|
| Report Abuse |
|
|
MrNicNac
|
  |
| Joined: 29 Aug 2008 |
| Total Posts: 26567 |
|
|
| 16 Aug 2012 01:59 AM |
local br = BrickColor.new("Really red") local c3 = br.Color
print(c3) |
|
|
| Report Abuse |
|
|