|
| 23 Jun 2015 02:40 PM |
| Like the color of a PointLight to the color of a Part. |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2015 02:42 PM |
BrickColor.new(Color3.new(1, 1, 1))
Enjoying your stay at the Scripters Forum? Join this! http://www.roblox.com/My/Groups.aspx?gid=2582784 |
|
|
| Report Abuse |
|
|
| |
|
|
| 23 Jun 2015 02:43 PM |
| PointLight.Color = Part.Color |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2015 02:43 PM |
| Part.BrickColor = BrickColor.new(PointLight.Color) |
|
|
| Report Abuse |
|
|
Nerdream
|
  |
| Joined: 06 Jun 2015 |
| Total Posts: 81 |
|
|
| 23 Jun 2015 02:43 PM |
Light.Color = workspace.Part.BrickColor.Color
Use .Color on BrickColor to convert it to Color3. |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2015 02:44 PM |
Well why won't this work?
LightHolder.BrickColor.Color = BrickColor.new(Color.BackgroundColor3)
or this
LightHolder.BrickColor.Color = Color.BackgroundColor3 |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2015 02:44 PM |
| I think I misread that, use what power said. |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2015 02:45 PM |
| Or what I said if he is using the PointLight's color |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2015 02:46 PM |
But remember, converting a Color3 to a BrickColor will just make the BrickColor round to the nearest color.
Enjoying your stay at the Scripters Forum? Join this! http://www.roblox.com/My/Groups.aspx?gid=2582784 |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2015 02:46 PM |
LightHolder.BrickColor= BrickColor.new(LightHolder.Color)
I'm assuming LightHolder is the PointLight :P |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2015 02:46 PM |
| Thanks @TheInnovative! Your solution worked properly. |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2015 02:46 PM |
Wait derp no it's not, use LightHolder.BrickColor= BrickColor.new(PointLight.Color)
just define PointLight :P |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2015 02:47 PM |
It isn't really a solution, but oh well. :)
Enjoying your stay at the Scripters Forum? Join this! http://www.roblox.com/My/Groups.aspx?gid=2582784 |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2015 02:48 PM |
| Well it worked, that's all I needed. I was off by a little and TheInno filled in the part I needed. |
|
|
| Report Abuse |
|
|