Answers for "lua wait function w"

Lua
6

wait function lua

function wait(seconds)
    local start = os.time()
    repeat until os.time() > start + seconds
end
--Exactly the same as the roblox one!
Posted by: Guest on November-07-2020
-1

how to wait lua

wait(1)
Posted by: Guest on April-18-2020

Browse Popular Code Answers by Language