Lua Help: Difference between revisions

37 bytes added ,  22 February 2012
no edit summary
>JulienDethurens
(The titles are already noticeable enough; let's leave formatting to the TitledBox template.)
>JulienDethurens
No edit summary
Line 1: Line 1:
<noinclude>__NOTOC__ {{clear floats}}</noinclude>
<noinclude>__NOTOC__ {{clear floats}}</noinclude>
{{TitledBox/start|heading=<noinclude>{{CatUp|Main Page}}</noinclude>{{CatItem|luaCode.png|Lua Help|Roblox Lua|Making your maps do crazy things}}}}
{{TitledBox/start|heading=<noinclude>{{CatUp|Main Page}}</noinclude>{{CatItem|luaCode.png|Lua Help|Roblox Lua|Making your maps do crazy things}}}}
[http://www.lua.org Lua] ('''not''' "LUA") is a simple programming language that is used in Roblox to add in customized content, like cars that drive, new weapons, etc.
[http://www.lua.org Lua] ('''not''' "LUA"[http://www.lua.org/about.html#name]) is a simple programming language that is used in Roblox to add in customized content, like cars that drive, new weapons, etc.


This <noinclude>page</noinclude><includeonly>section</includeonly> provides tutorials to help users to learn Lua.
This <noinclude>page</noinclude><includeonly>section</includeonly> provides tutorials to help users to learn Lua.
Line 17: Line 17:
{{CatList|Variables|Variables|}}
{{CatList|Variables|Variables|}}
{{CatList|Conditional statements|Conditional Statements|Making scripts do different things in different situations.}}
{{CatList|Conditional statements|Conditional Statements|Making scripts do different things in different situations.}}
{{CatList|Loops|Loops|Making a piece of code run multple times.}}
{{CatList|Loops|Loops|Making a piece of code run multiple times.}}
{{CatList|Functions|Functions|}}
{{CatList|Functions|Functions|}}
{{CatList|Tables|Tables|Storing multiple objects in one.}}
{{CatList|Tables|Tables|Storing multiple objects in one.}}
Anonymous user