Willum36
|
  |
| Joined: 12 Apr 2008 |
| Total Posts: 146 |
|
|
| 25 Mar 2015 12:42 AM |
I'm trying to make a Frame background color inside of a GUI equal the color of a brick in workspace. This is my line of code, please help me fix it.
script.Parent.BackgroundColor3 = game.Workspace.Part.BrickColor |
|
|
| Report Abuse |
|
|
|
| 25 Mar 2015 01:01 AM |
| script.Parent.BackgroundColor3 = game.Workspace.Part.BrickColor.Color |
|
|
| Report Abuse |
|
|
GOLDC3PO
|
  |
| Joined: 31 May 2011 |
| Total Posts: 509 |
|
|
| 25 Mar 2015 01:06 AM |
script.Parent.BackgroundColor3 = Color3.new(game.Workspace.Part.BrickColor.Color.x,game.Workspace.Part.BrickColor.Color.y,game.Workspace.Part.BrickColor.Color.z)
trol |
|
|
| Report Abuse |
|
|
Goulstem
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 7177 |
|
|
| 25 Mar 2015 01:24 AM |
| Color3.new(BrickColor.new()) ? |
|
|
| Report Abuse |
|
|
newslate
|
  |
| Joined: 10 Jun 2014 |
| Total Posts: 217 |
|
|
| 25 Mar 2015 01:46 AM |
| script.Parent.BackgroundColor = BrickColor.new("Really red") |
|
|
| Report Abuse |
|
|