local p = {} function p.delay( frame ) local t = os.time() + 5 while os.time() < t do end return '' end return p