Lua Help: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer No edit summary |
>Legofan4364jwiki No edit summary |
||
Line 27: | Line 27: | ||
|width=48|{{CatImage || image=LuaCode.png | link=Code Snippits | width=48px | height=48px }} | |width=48|{{CatImage || image=LuaCode.png | link=Code Snippits | width=48px | height=48px }} | ||
|'''[[Code Snippets]]'''<br><small>Small bits of code that you can use in a larger script, or learn from. | |'''[[Code Snippets]]'''<br><small>Small bits of code that you can use in a larger script, or learn from. | ||
|width=48|{{CatImage || image=LuaIco2.png | link=Color Codes | width=48px | height=48px }} | |||
|'''Color Codes'''<br><small>Simple ColorCodes. THIS IS STILL BEING WORKED ON! | |||
|} | |} |
Revision as of 16:12, 7 March 2008
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
|