kofirocks
|
  |
| Joined: 30 Apr 2011 |
| Total Posts: 2062 |
|
|
| 12 May 2013 04:06 PM |
| when i open the explorer tab then go to lightning and click sky nothing shows up so i can change the settings ( my laptop does not lag and can handle all graphics) help plz |
|
|
| Report Abuse |
|
|
stanicek1
|
  |
| Joined: 11 May 2011 |
| Total Posts: 183 |
|
|
| 12 May 2013 04:07 PM |
| Set time of day to 00:00:00. it's in lighting. |
|
|
| Report Abuse |
|
|
kofirocks
|
  |
| Joined: 30 Apr 2011 |
| Total Posts: 2062 |
|
| |
|
kofirocks
|
  |
| Joined: 30 Apr 2011 |
| Total Posts: 2062 |
|
| |
|
|
| 12 May 2013 04:22 PM |
View > Properties
Click lighting in explorer then in properties of lighting you should see TimeOfDay set it to 0. |
|
|
| Report Abuse |
|
|
plutomax
|
  |
| Joined: 22 May 2010 |
| Total Posts: 38 |
|
| |
|
stanicek1
|
  |
| Joined: 11 May 2011 |
| Total Posts: 183 |
|
|
| 12 May 2013 04:30 PM |
| It's not Sky... It's lighting Sky is the child of ligting. |
|
|
| Report Abuse |
|
|
|
| 12 May 2013 06:24 PM |
Solution 1: Ignore the sky Solution 2: Do something else....... |
|
|
| Report Abuse |
|
|
kofirocks
|
  |
| Joined: 30 Apr 2011 |
| Total Posts: 2062 |
|
|
| 12 May 2013 06:42 PM |
| A note to self:change time of day to 0 so it can be night |
|
|
| Report Abuse |
|
|
| |
|
|
| 01 Jul 2014 04:27 AM |
| You clicked sky (a blue icon with a cloud) no poo its not in there, click Lighing ITSELF, then view proporties |
|
|
| Report Abuse |
|
|
|
| 13 Feb 2015 11:27 PM |
if you want the script here it is
while true do game.Lighting.TimeOfDay = "14:00:00" wait(5) game.Lighting.TimeOfDay = "15:00:00" wait(5) game.Lighting.TimeOfDay = "16:00:00" wait(5) game.Lighting.TimeOfDay = "17:00:00" wait(5) game.Lighting.TimeOfDay = "18:00:00" wait(5) game.Lighting.TimeOfDay = "19:00:00" wait(5) game.Lighting.TimeOfDay = "20:00:00" wait(5) game.Lighting.TimeOfDay = "21:00:00" wait(5) game.Lighting.TimeOfDay = "22:00:00" wait(5) game.Lighting.TimeOfDay = "23:00:00" wait(5) game.Lighting.TimeOfDay = "00:00:00" wait(5) game.Lighting.TimeOfDay = "1:00:00" wait(5) game.Lighting.TimeOfDay = "2:00:00" wait(5) game.Lighting.TimeOfDay = "3:00:00" wait(5) game.Lighting.TimeOfDay = "4:00:00" wait(5) game.Lighting.TimeOfDay = "5:00:00" wait(5) game.Lighting.TimeOfDay = "6:00:00" wait(5) game.Lighting.TimeOfDay = "7:00:00" wait(5) game.Lighting.TimeOfDay = "8:00:00" wait(5) game.Lighting.TimeOfDay = "9:00:00" wait(5) game.Lighting.TimeOfDay = "10:00:00" wait(5) game.Lighting.TimeOfDay = "11:00:00" wait(5) game.Lighting.TimeOfDay = "12:00:00" wait(5) game.Lighting.TimeOfDay = "13:00:00" end |
|
|
| Report Abuse |
|
|
shrauger
|
  |
| Joined: 08 Nov 2011 |
| Total Posts: 10573 |
|
| |
|
| |
|
Wolfenden
|
  |
| Joined: 14 May 2009 |
| Total Posts: 1091 |
|
|
| 12 Feb 2017 12:00 AM |
Point Light: emits light in all directions. You can customize the range, brightness, and color. Spot Light: emits light in a particular direction. You can customize the range, brightness, and color. Surface Light: emits light from an entire face (i.e., side) of an object. As is the case with the previously existing lights, you can customize the range, brightness, color, and more.
siggy 90DJ@adj09asx |
|
|
| Report Abuse |
|
|
Wolfenden
|
  |
| Joined: 14 May 2009 |
| Total Posts: 1091 |
|
|
| 12 Feb 2017 12:25 AM |
oh wrong post lmao
siggy 90DJ@adj09asx |
|
|
| Report Abuse |
|
|
Goldaze
|
  |
| Joined: 02 Jul 2016 |
| Total Posts: 1 |
|
| |
|