Lua Help: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer Added Second catagory. This will be fun to fill up. I'll add a template for it later. |
>Mr Doom Bringer Added bottom sections. Might be nice to have a request feature, so you can have a priority list. I'll get the picture when I can access the site. |
||
Line 14: | Line 14: | ||
=Basic Lua= | ==Basic Lua== | ||
{| width=100% | {| width=100% | ||
| | | | ||
Line 31: | Line 31: | ||
=Function/Class reference= | ==Function/Class reference== | ||
{| width=100% | {| width=100% | ||
| | | | ||
Line 42: | Line 42: | ||
|'''[[Class reference]]'''<br><small>The main classes in Roblox Lua | |'''[[Class reference]]'''<br><small>The main classes in Roblox Lua | ||
|} | |} | ||
==Feedback== | |||
{| width=100% | |||
| | |||
{| cellspacing=5 cellpadding=5 border=0 width=100% style="background-color: #fdd; border: 2px dashed #f00;" | |||
|width=48|{{CatImage || image=bug.png | link=Bug Reporting |width=48px |height=48px }} | |||
|'''[[Bugs|Bug Reporting]]'''<br><small>Report any MAJOR bugs/errors you have encountered here | |||
|width=48|{{CatImage || image=LuaIdea.png | link=Request Lua Feature |width=48px |height=48px }} | |||
|'''[[Request Lua Feature|Request A Feature]]'''<br><small>Place your requests for new additions/binds in here. Please be realistic and not demanding. |
Revision as of 05:35, 4 February 2007
Lua is a versatile, interpreted programming language with a simple grammar. Because Lua can easily be embedded into applications, it is frequently used in games, such as World of Warcraft, Far Cry and Baldur's Gate. Lua is used in Roblox by users to add in customized content, like cars that drive, new weapons, etc. See the official Lua website and the Wikipedia article for more information.
Basic Lua
|