Lua Help
From XPBLOX wiki
Revision as of 10:15, 4 October 2024 by Kanenshik1 (talk | contribs) (Created page with "== Lua == Lua is a versatile, interpreted programming language with a simple grammar. Because Lua can easily be embedded into applications, it is frequently used in games, su...")
Lua[edit]
Lua is a versatile, interpreted programming language with a simple grammar. Because Lua can easily be embedded into applications, it is frequently used in games, such as World of Warcraft, Far Cry and Baldur's Gate.
Lua is used in Roblox by users to add in customized content, like cars that drive, new weapons, etc.
See the official Lua website and the Wikipedia article for more information.
Basic Lua[edit]
Scripting | A simple description of Lua, and how to use it. | Code Snippits | Small bits of code that you can use in a larger script, or learn from. | Full Codes | Entire codes that have been released to be used in whatever. |
Function/Class reference[edit]
Function Dump | Most of the functions currently available in Roblox Lua. | Class reference | The main classes in Roblox Lua. |