|
| 26 Mar 2013 05:12 PM |
| game.Lightning.Ambient = 0, 0, 0 |
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Mar 2013 05:16 PM |
ohhh thanks
~Is deadly but wanted 2 go on alt >.<~ |
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Mar 2013 05:28 PM |
just an fyi
that didnt work ): |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2013 05:32 PM |
i did
game.Lighting.Amibent = (0, 0, 0) |
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Mar 2013 05:40 PM |
try
game.Lighting.Ambient = Ambient.new(0,0,0) |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2013 05:56 PM |
not working ): I inserted the program into game and it didnt work. NOTHING changed black..
I tried this, also..
game.Players.Ambient = Ambient.new(0,0,0) |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2013 06:53 PM |
try this:
local t = {} game.Players:FindFirstChild("Ambient") or t[1], script.Parent = nil, nil |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2013 06:55 PM |
Haha, jk. Try this:
local r, g, b = 0, 0, 0 --SET RGB HERE!!!!
local Lighting = game:GetService "Lighting" Lighting.Ambient = Color3.new(r,g,b) |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2013 06:57 PM |
| Lighting not lightNing i always make that mistake .. |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2013 07:08 PM |
| Are you talking to him or me? I didn't make that mistake.... |
|
|
| Report Abuse |
|
|