generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

Re: I have a large script problem...

Previous Thread :: Next Thread 
minicl55 is not online. 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 is not online. nate890
Joined: 22 Nov 2008
Total Posts: 21686
24 Sep 2011 12:08 AM
post script here

­<'+1 Post. Ujelly?'>
Report Abuse
minicl55 is not online. 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 is not online. nate890
Joined: 22 Nov 2008
Total Posts: 21686
24 Sep 2011 12:10 AM
Output?

­<'+1 Post. Ujelly?'>
Report Abuse
minicl55 is not online. 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 is not online. minicl55
Joined: 25 Dec 2010
Total Posts: 2371
24 Sep 2011 12:20 AM
Bump
Report Abuse
minicl55 is not online. minicl55
Joined: 25 Dec 2010
Total Posts: 2371
24 Sep 2011 12:38 AM
Oh, meaning no output.
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image