|
| 27 Jun 2013 10:50 AM |
| Well the title says it all, is there is a script that changes the ambient? |
|
|
| Report Abuse |
|
|
Geodesic
|
  |
| Joined: 02 Jun 2013 |
| Total Posts: 998 |
|
| |
|
| |
|
Dinizterz
|
  |
| Joined: 08 Oct 2008 |
| Total Posts: 4193 |
|
|
| 27 Jun 2013 10:54 AM |
to change the ambient, type this in a script:
game.Lighting.Ambient = Color3.new(0/255,0/255,0/255)
Change the 0's to the amount you want. You can pick a color by changing the ambient manually in studio, pick the color, and you will get 3 numbers in the same box, replace the 0's with those 3 numbers in order to change it to that color you picked using script. |
|
|
| Report Abuse |
|
|
|
| 27 Jun 2013 10:54 AM |
Read this http://wiki.roblox.com/index.php/Basic_Scripting
ʟᴇʟᴇʟᴇʟ (ง'̀ ͜ʖ'́ง) |
|
|
| Report Abuse |
|
|
|
| 28 Jun 2013 11:50 AM |
| Thanks guys but what I meant to say was if there is a script that changes the ambient at a certain time. Like for example I want the ambient to be 5 and then change to 0 after a couple of seconds. I need a script for that. |
|
|
| Report Abuse |
|
|