User:Sncplay42/Lua Help: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Blocco I've made the headers stand out. Rollback if desired. |
>Sncplay42 Manual, PiL, Cookbook |
||
Line 23: | Line 23: | ||
{{CatList|How to Script Anything|How to Script Anything|What it says.}} | {{CatList|How to Script Anything|How to Script Anything|What it says.}} | ||
{{CatList|In-Depth Scripting Guide|In-Depth Scripting Guide|}} | {{CatList|In-Depth Scripting Guide|In-Depth Scripting Guide|}} | ||
{{CatListUrl|http://www.lua.org/pil|Programming In Lua|Guide to Lua by its creators. (partly out of date)}} | |||
{{TitledBox/subheading|<b style{{=}}"font-size:1.25em;">Introductions to Concepts</b>}} | {{TitledBox/subheading|<b style{{=}}"font-size:1.25em;">Introductions to Concepts</b>}} | ||
Line 38: | Line 39: | ||
{{CatList|Class Reference|Class Reference|All the types of Roblox [[Instance]]s.}} | {{CatList|Class Reference|Class Reference|All the types of Roblox [[Instance]]s.}} | ||
{{CatList|Built-in functions|Built-in functions|Functions available in every [[Instance]].}} | {{CatList|Built-in functions|Built-in functions|Functions available in every [[Instance]].}} | ||
{{CatListUrl|http://www.lua.org/manual/5.1|Lua Reference Manual|Official documentation of Lua. (some features not available in Roblox)}} | |||
{{TitledBox/subheading|<b style{{=}}"font-size:1.25em;">Example Scripts</b>}} | {{TitledBox/subheading|<b style{{=}}"font-size:1.25em;">Example Scripts</b>}} | ||
{{CatList|Cookbook|Cookbook|Large list of small example scripts}} | |||
{{CatList|How do I create a brick?|Creating a Brick|Basic tutorial on how to create a brick using a script.}} | {{CatList|How do I create a brick?|Creating a Brick|Basic tutorial on how to create a brick using a script.}} | ||
{{CatList|Debounce|IS:What is Debounce?|Explains what Debounce is, and what it's used for.}} | {{CatList|Debounce|IS:What is Debounce?|Explains what Debounce is, and what it's used for.}} |
Revision as of 18:37, 9 July 2011

Making your maps do crazy things
Lua is a simple programming language that is used in Roblox to add in customized content, like cars that drive, new weapons, etc.
This page provides tutorials to help users to learn Lua.