Grimm2323
|
  |
| Joined: 12 Feb 2012 |
| Total Posts: 672 |
|
|
| 14 Nov 2013 07:44 AM |
| Just as the ones you see in Thriller movies... but I will use it for some other stuff. Thank you if you got me an answear. |
|
|
| Report Abuse |
|
|
| 14 Nov 2013 08:44 AM |
put this in the light :)
light = script.Parent
while wait() do light.Brightness = math.random(1, 2) wait() light.Range = math.random(5, 7) q = math.random(1, 10) if q == 2 then light.Brightness = 0 wait(math.random(0.3, .8)) else end end
|
|
|
| Report Abuse |
|