Lua Help: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens No edit summary |
>JulienDethurens No edit summary |
||
Line 55: | Line 55: | ||
{{CatList|Intro to Scripting: Make a Dance Floor|Make a Dance Floor|Changing the color of a brick, and create simple loops.}} | {{CatList|Intro to Scripting: Make a Dance Floor|Make a Dance Floor|Changing the color of a brick, and create simple loops.}} | ||
{{CatList|Intro to Scripting: Make an Invisibility Tool|Make an Invisibility Tool|Shows how to create Tools and turn yourself invisible.}} | {{CatList|Intro to Scripting: Make an Invisibility Tool|Make an Invisibility Tool|Shows how to create Tools and turn yourself invisible.}} | ||
{{CatList| | {{CatList|Restricted Doors|Creating Restricted Doors|Shows how to create a door that only certain people can enter.}} | ||
{{CatList|How to make precipitation|How to Make Rain|Creating drops falling from the sky in random locations.}} | {{CatList|How to make precipitation|How to Make Rain|Creating drops falling from the sky in random locations.}} | ||
{{CatList|One Way Shields|One-way Doors|How to create doors that go only one direction.}} | {{CatList|One Way Shields|One-way Doors|How to create doors that go only one direction.}} |
Revision as of 03:24, 26 February 2012
Roblox Lua
Making your maps do crazy things
Making your maps do crazy things
Lua (not "LUA"[1]) 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.