jaredmai
|
  |
| Joined: 08 Sep 2011 |
| Total Posts: 395 |
|
|
| 19 Feb 2014 08:59 PM |
Here's the script... No errors but doesn't change any of the values
function OnClick() if game.Workspace.PlayerIntro.Value == false then wait(5) game.Workspace.Computer.Screen.Light.Brightness=0 wait(.5) game.Workspace.Computer.Screen.Light.Brightness=60 wait(.5) game.Workspace.Computer.Screen.Light.Brightness=0 wait(.5) game.Workspace.Computer.Screen.Light.Brightness=60 wait(.5) game.Workspace.Computer.Screen.Light.Brightness=0 wait(.5) game.Workspace.Computer.Screen.Image.Transparency=1 wait(2) end end
script.Parent.MouseButton1Click:connect(OnClick) |
|
|
| Report Abuse |
|
|
jaredmai
|
  |
| Joined: 08 Sep 2011 |
| Total Posts: 395 |
|
| |
|
Azirux
|
  |
| Joined: 18 Feb 2014 |
| Total Posts: 232 |
|
|
| 19 Feb 2014 09:13 PM |
| It probably doesn't meet the if-conditions. |
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 19 Feb 2014 09:15 PM |
| You can't put the brightness to 60.. So I dont think you can in a script And if you can i think it will just go to the highest it can. I think like 5-10 |
|
|
| Report Abuse |
|
|
Azirux
|
  |
| Joined: 18 Feb 2014 |
| Total Posts: 232 |
|
|
| 19 Feb 2014 09:16 PM |
| No, it will just make it the max value if it goes over. |
|
|
| Report Abuse |
|
|
|
| 19 Feb 2014 09:17 PM |
i agree wit az the thing's value is probably true(or somethin else) dats y the script doesnt do nothin and doesnt error |
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 19 Feb 2014 09:29 PM |
.. Stop typing liek your 5..
Also I was just laying all the posibilities.. What if its a gltich? No one knows.. |
|
|
| Report Abuse |
|
|
jaredmai
|
  |
| Joined: 08 Sep 2011 |
| Total Posts: 395 |
|
|
| 19 Feb 2014 09:55 PM |
| I have already checked, the variable is false but this doesn't seem to work. |
|
|
| Report Abuse |
|
|
jaredmai
|
  |
| Joined: 08 Sep 2011 |
| Total Posts: 395 |
|
|
| 19 Feb 2014 09:57 PM |
| And anyways the max value for Brightness on Dynamic lighting is 60 |
|
|
| Report Abuse |
|
|