Lua Help: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens Removed tutorial from the list. |
>SoulStealer9875 adding scripting book by me |
||
Line 25: | Line 25: | ||
{{CatList|Absolute beginner's guide to scripting|Beginner's Guide to Scripting|If you've never worked with scripting before, look here.}} | {{CatList|Absolute beginner's guide to scripting|Beginner's Guide to Scripting|If you've never worked with scripting before, look here.}} | ||
{{CatList|Basic Scripting|Basic Scripting|Shows you some of the basics of scripting.}} | {{CatList|Basic Scripting|Basic Scripting|Shows you some of the basics of scripting.}} | ||
{{CatList|Scripting Book|Scripting Book by Legokid135|Learning RBX.lua through a book on the wiki}} | |||
{{CatList|How to Script Anything|How to Script Anything|Learn the basic methods to put together any script.}} | {{CatList|How to Script Anything|How to Script Anything|Learn the basic methods to put together any script.}} | ||
{{CatList|In-Depth Scripting Guide|In-Depth Scripting Guide|More ways to understand the dynamics of Lua.}} | {{CatList|In-Depth Scripting Guide|In-Depth Scripting Guide|More ways to understand the dynamics of Lua.}} | ||
{{CatListUrl|http://www.lua.org/pil|Programming In Lua|Guide to Lua by its creators. (partly out of date)}} | {{CatListUrl|http://www.lua.org/pil|Programming In Lua|Guide to Lua by its creators. (partly out of date)}} | ||
{{TitledBox/subheading|Introductions to Concepts}} | {{TitledBox/subheading|Introductions to Concepts}} |
Revision as of 17:00, 22 April 2012
Roblox Lua
Making your maps do crazy things
Making your maps do crazy things
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.
This page provides tutorials to help users to learn Lua.
There are often multiple tutorials on the same subject, so if you don't understand something in one of them, try another!
If you still don't understand something, you can ask at Scripting Helpers. Note that you're more likely to get an answer if you ask a specific question than something general, and that if you have a problem with a piece of code, posting the code really helps people to find what the problem is. Posts just asking "How do I script?" or "Make me this" are usually ignored.