Please help me out.
Code: Select all
         if speed >= 0 then
         speed = 1
         end
         if speed >= 21 then
         speed = 20
         endModerators: Shine, Insert_witty_name
Code: Select all
         if speed >= 0 then
         speed = 1
         end
         if speed >= 21 then
         speed = 20
         end