Lua
Find something...
K
Lua
V5.4 Documentation
Discord
GitHub
API
Documentation
Support
Getting started
Introduction
FAQ
Governance
Contributing
Table
Table Methods
Table
Table.Concat()
Table.Insert()
Table.Move()
Table.Pack()
Table.Remove()
Table.Sort()
Table.Unpack()
Static Utilities
setmetatable()
getmetatable()
rawset()
rawget()
pairs()
ipairs()
next()
String
String
string.byte()
string.char()
string.dump()
string.find()
string.format()
string.gmatch()
string.gsub()
string.len()
string.lower()
string.match()
string.pack()
string.packsize()
string.rep()
string.reverse()
string.sub()
string.unpack()
string.upper()
Math
Math
math.abs()
math.acos()
math.asin()
math.atan()
math.ceil()
math.cos()
math.deg()
math.exp()
math.floor()
math.fmod()
math.huge()
math.log()
math.max()
math.maxinteger()
math.min()
math.mininteger()
math.modf()
math.pi
math.rad()
math.random()
math.randomseed()
math.sin()
math.sqrt()
math.tan()
math.tointeger()
math.type()
math.ult()
Coroutine
Coroutine
coroutine.close()
coroutine.create()
coroutine.isyieldable()
coroutine.resume()
coroutine.running()
coroutine.status()
coroutine.wrap()
coroutine.yield()
IO
io
io.close()
io.flush()
io.input()
io.lines()
io.open()
io.output()
io.popen()
io.read()
io.stderr()
io.stdin()
io.stdout()
io.tmpfile()
io.type()
io.write()
file:close()
file:flush()
file:lines()
file:read()
file:seek()
file:setvbuf()
file:write()
OS
os
os.clock()
os.date()
os.difftime()
os.execute()
os.exit()
os.getenv()
os.remove()
os.rename()
os.setlocale()
os.time()
os.tmpname()
Package
Package
package.config()
package.cpath()
package.loaded()
package.loadlib()
package.path()
package.preload()
package.searchers()
package.searchpath()
Debug
Debug
debug.debug()
debug.gethook()
debug.getinfo()
debug.getlocal()
debug.getmetatable()
debug.getregistry()
debug.getupvalue()
debug.getuservalue()
debug.sethook()
debug.setlocal()
debug.setmetatable()
debug.setupvalue()
debug.setuservalue()
debug.traceback()
debug.upvalueid()
debug.upvaluejoin()
UTF8
utf8
utf8.char()
utf8.charpattern()
utf8.codepoint()
utf8.codes()
utf8.len()
utf8.offset()
Sign in
Coroutine
Table of Contents