“Como esperar lua” Respostas de código

Espere função lua

function wait(seconds)
    local start = os.time()
    repeat until os.time() > start + seconds
end
--Exactly the same as the roblox one!
Tes

espere () em lua

wait(5)  -- Waits 5 seconds then prints "Hello world!"
print("Hello world!")
Sticky

Respostas semelhantes a “Como esperar lua”

Perguntas semelhantes a “Como esperar lua”

Mais respostas relacionadas para “Como esperar lua” em Lua

Procure respostas de código populares por idioma

Procurar outros idiomas de código