Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

Wait function lua

local function Wait(s)
  local c = os.time()
  
  repeat until c >= c + s
 end
 
PREVIOUS NEXT
Tagged: #Wait #function #lua
ADD COMMENT
Topic
Name
7+7 =