Lua Help: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens No edit summary |
>Legend26 No edit summary |
||
Line 32: | Line 32: | ||
{{CatList|Beginner's GUI Tutorial|What are GUIs?|This very in-depth guide explains what GUIs are.}} | {{CatList|Beginner's GUI Tutorial|What are GUIs?|This very in-depth guide explains what GUIs are.}} | ||
{{CatList|Introduction to Weapons|Intro to Weapons|An intro into the scripting of Weapons in Roblox.}} | {{CatList|Introduction to Weapons|Intro to Weapons|An intro into the scripting of Weapons in Roblox.}} | ||
{{CatList|ROBLOX Scripting How To: Data Persistence|ROBLOX Scripting How To: Data Persistence|}} | {{CatList|ROBLOX Scripting How To: Data Persistence|ROBLOX Scripting How To: Data Persistence|What is data persistence?}} | ||
{{CatList|Data Persistence Tutorial|Data Persistence Tutorial|A tutorial on understanding and using data persistence in your places.}} | {{CatList|Data Persistence Tutorial|Data Persistence Tutorial|A tutorial on understanding and using data persistence in your places.}} | ||
{{CatList|How To Increase and Decrease Vector3 Values|Using Vector3 Values|Shows how to use math with Vector3s.}} | {{CatList|How To Increase and Decrease Vector3 Values|Using Vector3 Values|Shows how to use math with Vector3s.}} | ||
Line 40: | Line 40: | ||
{{CatList|Tools|Using Tools|Creating your own tools.}} | {{CatList|Tools|Using Tools|Creating your own tools.}} | ||
{{CatList|HopperBins|Using HopperBins|The older version of tools, HopperBins.}} | {{CatList|HopperBins|Using HopperBins|The older version of tools, HopperBins.}} | ||
{{CatList|String_Patterns|Using String Patterns|What string patterns are and how to use them.}} | |||
{{TitledBox/subheading|<b style{{=}}"font-size:1.25em;">Reference</b>}} | {{TitledBox/subheading|<b style{{=}}"font-size:1.25em;">Reference</b>}} |
Revision as of 03:35, 15 February 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.