|
| 07 Aug 2014 08:51 PM |
This piece of code won't work :I
game.Lighting.OutdoorAmbient.Color = Color3.new(135/255, 135/255, 128/255)
Can someone help? It says in the output: Color cannot be assigned to Thats all... |
|
|
| Report Abuse |
|
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 07 Aug 2014 08:52 PM |
game.Lighting.OutdoorAmbient.Color = Color3.new(135, 135, 128)
I think that's what you're trying to do. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 08:53 PM |
Sorry, don't know.
( ͡° ͜ʖ ͡°) |
|
|
| Report Abuse |
|
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 07 Aug 2014 08:53 PM |
Sorry,
game.Lighting.OutdoorAmbient = Color3.new(135, 135, 128) |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 08:53 PM |
I already tried that, it said the same thing, i also went to the wiki, look:
http://wiki.roblox.com/index.php?title=OutdoorAmbient_%28Property%29 |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 07 Aug 2014 08:54 PM |
| game.Lighting.OutdoorAmbient= Color3.new(135/255, 135/255, 128/255) |
|
|
| Report Abuse |
|
|
Fidgeting
|
  |
| Joined: 08 Feb 2014 |
| Total Posts: 1193 |
|
|
| 07 Aug 2014 08:54 PM |
| probably add /255 after each value? |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2014 08:56 PM |
@cnt wont work... same problem
@Fid I have tried, still the same problem...
I have some trouble here... >_> |
|
|
| Report Abuse |
|
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 07 Aug 2014 08:57 PM |
| game.Lighting.OutdoorAmbient = Color3.new(135, 135, 128) |
|
|
| Report Abuse |
|
|
| |
|
| |
|