Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

wait function lua

function wait(seconds)
    local start = os.time()
    repeat until os.time() > start + seconds
end
--Exactly the same as the roblox one!
 
PREVIOUS NEXT
Tagged: #wait #function #lua
ADD COMMENT
Topic
Name
3+6 =