79296129

Date: 2024-12-20 03:59:47
Score: 1.5
Natty:
Report link

here you go :)

function wait(s)
  local lastvar
  for i=1, s do
        lastvar = os.time()
        while lastvar == os.time() do

        end
  end

end

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: BasementDev