Why is this not working? the value doesn't go up but it prints check...
I'm confused why it's still not working the problem is the value doesn't go up but the stuff gets printed... like it says check for the print"check")
01 | local v = game.Lighting:WaitForChild( "ONE" ) |
02 | local sway = math.random( 1 , 100 ) * math.random( 0.05 , 0.15 ) |
03 | local y = math.random( 1 , 10 ) |
04 | local x = math.random( 1 , 1 ) |
09 | print ( "Changing Values..." ) |
10 | v.Value = v.Value + sway |
13 | v.Value = v.Value * 1.1 * math.random( 1.7 , 2.1 ) |
14 | print ( "Multiplied ONE" ) |
16 | v.Value = v.Value - v.Value + 2.50 |
17 | print ( "ONE just crashed!!!" ) |
19 | v.Value = v.Value + sway |
22 | v.Value = v.Value + sway |
25 | v.Value = v.Value + sway |
28 | v.Value = v.Value + sway |
31 | v.Value = v.Value + sway |
34 | v.Value = v.Value + sway |
37 | v.Value = v.Value + sway |
40 | v.Value = v.Value + sway |
43 | v.Value = v.Value + sway |