Lua Help

From Legacy Roblox Wiki
Revision as of 02:58, 30 January 2007 by >Mr Doom Bringer (Found a better description of Lua)
Jump to navigationJump to search


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.

Template:CatImage Basic Lua
A simple description of Lua, and how to use it.
Template:CatImage Code Snippits
Small bits of code that you can use in a larger script, or learn from.
Template:CatImage Full Codes
Entire codes that have been released to be used in whatever.