SyntaxFix
Write A Post
Hire A Developer
Questions
if you're using a MacBook or UNIX based system, use this:
function wait(time) if tonumber(time) ~= nil then os.execute("Sleep "..tonumber(time)) else os.execute("Sleep "..tonumber("0.1")) end wait()