Advertisement
9_cVv

luau keywords

Dec 5th, 2021 (edited)
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. ['print', '_G', 'error', 'getmetatable', 'setmetatable', 'error', 'warn', 'pairs', 'ipairs', 'next', 'pcall', 'rawequal', 'rawget', 'rawlen', 'rawset', 'requires', 'select', 'tonumber', 'tostring', 'type', 'getfenv', 'newproxy', 'setfenv', 'typeof', 'xpacll', 'local', 'math', 'math.abs', 'math.acos', 'math.asin', 'math.atan', 'math.atan2', 'math.ceil', 'math.floor', 'math.cosh', 'math.cos', 'math.deg', 'math.exp', 'math.fmod', 'math.frexp', 'math.ldexp', 'math.log10', 'math.log', 'math.max', 'math.min', 'math.modf', 'math.pow', 'math.rad', 'math.random', 'math.randomseed', 'math.sinh', 'math.sin', 'math.sqrt', 'math.tanh', 'math.tan', 'math.noise', 'math.clamp', 'math.sign', 'math.round', 'table.concat', 'table.foreach', 'table.getn', 'table.maxn', 'table.insert', 'table.remove', 'table.sort', 'table.pack', 'table.unpack', 'table.move', 'table.create', 'table.find', 'table.clear', 'table.freeze', 'table.isfrozen', 'string.byte', 'string.char', 'string.find', 'string.format', 'string.gmatch', 'string.gsub', 'string.len', 'string.lower', 'string.match', 'string.rep', 'string.reverse', 'string.upper', 'string', 'pack', 'string.unpack', 'string.packsize', 'coroutine.create', 'coroutine.running', 'coroutine.status', 'coroutine.wrap', 'coroutine.yield', 'coroutine.isyieldable', 'coroutine.resume', 'bit32.arshift', 'bit32.band', 'bit32.bnot', 'bit32.bor', 'bit32.bxor', 'bit32.btest', 'bit32.extract', 'bit32.lrotat', 'bit32.lshift', 'bit32.replace', 'bit32.rrotate', 'bit32.rshift', 'bit32.countlz', 'bit32.countrz', 'utf8.offset', 'utf8.codepoint', 'utf8.char', 'utf8.len', 'utf8.codes', 'os.clock', 'os.date', 'os.difftime', 'os.time', 'debug.info', 'debug.traceback']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement