of     1   

smartlegomaniac
#184548195Monday, February 29, 2016 9:03 PM GMT

The game crashes every time I try to test it. Can some help? while true do if script.Parent.Reflectance == 1 then wait(math.random(40, 120)) script.Parent.Reflectance = 0 end end
cheesecake123456
#184548366Monday, February 29, 2016 9:06 PM GMT

The wait does not run every time so do something like this: while wait(0.1) do
smartlegomaniac
#184548575Monday, February 29, 2016 9:11 PM GMT

Thank you! That worked!

    of     1