minicl55
|
  |
| Joined: 25 Dec 2010 |
| Total Posts: 2371 |
|
|
| 24 Sep 2011 12:07 AM |
So big I just am going to have to post the model, as it relies on many values in the model.
http://www.roblox.com/Lighting-reseter-item?id=62359329
I made it myself, and for some reason it doesn't work.
Help?
Thanks, ~¡Minicl55!~ |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 24 Sep 2011 12:08 AM |
post script here
<'+1 Post. Ujelly?'> |
|
|
| Report Abuse |
|
|
minicl55
|
  |
| Joined: 25 Dec 2010 |
| Total Posts: 2371 |
|
|
| 24 Sep 2011 12:09 AM |
mhmk.
wait(1) waittime = script.Parent.Waittime.Value m = Instance.new("Hint") m.Parent = game.Workspace lighting = game.Lighting lighting.Ambient = script.Parent.Ambient.Value m.Text = "Ambient Reset. Reseting brightness..." wait(waittime) lighting.Brightness = 1 m.Text = "Brightness reset. Resetting ColorShift_Bottom..." wait(waittime) lighting.ColorShift_Bottom = script.Parent.Shift.Value m.Text = "ColorShift_Bottom reset. Resetting ColorShift_Top..." wait(waittime) lighting.ColorShift_Top = script.Parent.Shift.Value m.Text = "Colorshift_Top reset. Resetting ShadowColor..." lighting.ShadowColor = script.Parent.ShadowColor.Value wait(waittime) lighting.ColorShift_Top = script.Parent.Shift.Value m.Text = "Colorshift_Top reset. Resetting TimeOfDay." lighting.TimeOfDay == "12:00:00" wait(waittime) m.Text = "Everything reset. Checking..." wait(waittime) if lighting.Brightness == 1 then script.Parent.Checker.Value = script.Parent.Checker.Value + 1 end if lighting.ColorShift_Bottom == script.Parent.Shift.Value then script.Parent.Checker.Value = script.Parent.Checker.Value + 1 end if lighting.ColorShift_Top == script.Parent.Shift.Value then script.Parent.Checker.Value = script.Parent.Checker.Value + 1 end if lighting.ShadowColor == script.Parent.ShadowColor.Value then script.Parent.Checker.Value = script.Parent.Checker.Value + 1 end if lighting.TimeOfDay == "12:00:00" then script.Parent.Checker.Value = script.Parent.Checker.Value + 1 end if script.Parent.Checker.Value == 5 then m.Text = "Script succedded. Thank minicl55 for making this script and fixing up the lighting." else m.Text = "Script failed. Error code: 8x15BE35" end
Thanks, ~¡Minicl55!~ |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 24 Sep 2011 12:10 AM |
Output?
<'+1 Post. Ujelly?'> |
|
|
| Report Abuse |
|
|
minicl55
|
  |
| Joined: 25 Dec 2010 |
| Total Posts: 2371 |
|
|
| 24 Sep 2011 12:14 AM |
| I don't have access to roblox studio as of about 2 mins ago and havent checked for output. |
|
|
| Report Abuse |
|
|
minicl55
|
  |
| Joined: 25 Dec 2010 |
| Total Posts: 2371 |
|
| |
|
minicl55
|
  |
| Joined: 25 Dec 2010 |
| Total Posts: 2371 |
|
| |
|