oseday
|
  |
| Joined: 27 Aug 2008 |
| Total Posts: 1308 |
|
|
| 05 Oct 2012 02:53 PM |
I want to conver a BrickColor to a Color3 but I see no way...
Something like this;
guis.TeamColor.BackgroundColor3 = BrickColor.new(player.TeamColor) |
|
|
| Report Abuse |
|
|
HaxHelper
|
  |
| Joined: 19 Dec 2009 |
| Total Posts: 1208 |
|
|
| 05 Oct 2012 03:05 PM |
guis.TeamColor.BackgroundColor3 = player.TeamColor.Color
BrickColors have a property called "Color" which returns the Color3 value of whatever BrickColor it is. |
|
|
| Report Abuse |
|
|
oseday
|
  |
| Joined: 27 Aug 2008 |
| Total Posts: 1308 |
|
| |
|
|
| 05 Oct 2012 03:26 PM |
| Player doesn't have a property named 'color'. Take that off. |
|
|
| Report Abuse |
|
|
oseday
|
  |
| Joined: 27 Aug 2008 |
| Total Posts: 1308 |
|
|
| 05 Oct 2012 03:29 PM |
| Black are you sre that you know scripting? |
|
|
| Report Abuse |
|
|
HaxHelper
|
  |
| Joined: 19 Dec 2009 |
| Total Posts: 1208 |
|
|
| 05 Oct 2012 03:30 PM |
| I assumed that "TeamColor" actually existed in the player. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2012 03:31 PM |
| http://wiki.roblox.com/index.php/TeamColor_(Property) |
|
|
| Report Abuse |
|
|
oseday
|
  |
| Joined: 27 Aug 2008 |
| Total Posts: 1308 |
|
| |
|
|
| 05 Oct 2012 03:34 PM |
@Black,
TeamColor is a BrickColor. BrickColor has a property of Color. Color is Color3 form on that BrickColor |
|
|
| Report Abuse |
|
|
| |
|
oseday
|
  |
| Joined: 27 Aug 2008 |
| Total Posts: 1308 |
|
| |
|