|
im making ambient for my game and for night i want to make it more darker
this is the current
game.Lighting.Ambient = Color3.new(0, 0, 0)
i just dont know how to make it more darker what do i add? |
|
|
change the color 3 values |
|
|
wait, nvm. Brain isn't working. |
|
OAuth2Join Date: 2016-11-27 Post Count: 751 |
ScreenGui
Frame
- BackgroundColor3 = Color3.new(0, 0, 0)
- Transparency = 0.5
Profit |
|
|
while true do
print("Loop cycle start")
game.Lighting.Ambient = Color3.new(1,1,1)
wait(2)
game.Lighting.Ambient = Color3.new(1,.6,0)
wait(2)
game.Lighting.Ambient = Color3.new(0, 0, 0)
wait(2)
end
im trying to add something to the last one (night) and the gui thingy isnt working |
|
|
wait how could i add fogend? |
|
|
can someone please help me out? |
|
|
yeah, steal my script instead of helping viewers. Just get out.
I'm doing this myself. |
|
|
steal your script? wtf that script could be made by a toddler
Downgrading STF // https://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=6163444 |
|
|
"hey look i dont change avatars and i own a studio and i make lua!!!! im so superior and i make fun of kiddies who are beginers!!! lololsodlsofdlo!!!"
|
|
|
|
>yeah, steal my script instead of helping viewers.
1. Your script is so simplex I wouldn't even let you claim ownership because chances are someone has already came up with it
2. Most scripters, dont hide what they've done. Most scripters show their work to the world and let everyone learn and understand their code
3. If someone truly had to steal your code, they would not be intelligent enough to create anything of worth. |
|
s3vvyJoin Date: 2011-02-24 Post Count: 983 |
> asks for help
> insults repliers
|
|
|
@thebijespun
>trys to greentext and acts attempts to fit in with others
>looks more stupid than me |
|
|
@MrJoeyJoeJoey
look at the replys and look at the views.
im referring to the other people not "pros" like you who can idk script 346 lines of code and make a hunting game? this is my first time doing lua and a noob like me spends all day just studying ambient and doesnt know much about scripting then people other noobs just take the script and dont help at all.
>60 views
>i think 12 replys
|
|