th3oracle
|
  |
| Joined: 23 Feb 2013 |
| Total Posts: 448 |
|
|
| 10 Mar 2013 07:02 PM |
Is gui color Color3 or that UNid2 thing? I think it's:
frame.BackgroundColor3 = Color3.new(0, 0, 0)
am I right? |
|
|
| Report Abuse |
|
|
1Topcop
|
  |
| Joined: 09 Jun 2009 |
| Total Posts: 6635 |
|
|
| 10 Mar 2013 07:03 PM |
UDim2? Anyway, Color3 would be correct. :P You could also do, .BackgroundColor3 = BrickColor.new("Black").Color |
|
|
| Report Abuse |
|
|
|
| 10 Mar 2013 07:06 PM |
script.Parent.BackgroundColor = BrickColor.new("Bright green")
^^^^ example
I'm not sure if it's BackGround or Background. |
|
|
| Report Abuse |
|
|
1Topcop
|
  |
| Joined: 09 Jun 2009 |
| Total Posts: 6635 |
|
|
| 10 Mar 2013 07:06 PM |
| Yes, BackgroundColor (though it's not displayed), is also a property. |
|
|
| Report Abuse |
|
|