Lua Help: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
m Reverted edit of FbnMf3, changed back to last version by Gamer3D
>Mr Doom Bringer
I don't think there should be a separate snippits and Full Codes section. Merging.
Line 25: Line 25:
|'''[[Code Snippits]]'''<br><small>Small bits of code that you can use in a larger script, or learn from.
|'''[[Code Snippits]]'''<br><small>Small bits of code that you can use in a larger script, or learn from.


|width=48|{{CatImage || image=LuaCode.png | link=Full Codes | width=48px | height=48px }}
|}
|'''[[Full Codes]]'''<br><small>Entire codes that have been released to be used in whatever.
 
==Advanced Lua==
{| width=100%
|
{| cellspacing=5 cellpadding=5 border=0 width=100% style="background-color: #fdd; border: 2px dashed #f00;"


|width=48|{{CatImage || image=LuaCode.png | link=Function Dump | width=48px | height=48px }}
|'''[[Conceptual Design: How and why things work in Roblox]]'''<br><small>Theories and explanations into things in Roblox.
|}
|}


==Function/Class reference==
==Function/Class reference==
Line 42: Line 47:
|'''[[Class reference]]'''<br><small>The main classes in Roblox Lua
|'''[[Class reference]]'''<br><small>The main classes in Roblox Lua
|}
|}


==Feedback==
==Feedback==

Revision as of 13:36, 20 August 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

Template:CatImage Basic Lua
A simple description of Lua, and how to use it.
Template:CatImage Code Snippits
Small bits of code that you can use in a larger script, or learn from.

Advanced Lua

Template:CatImage Conceptual Design: How and why things work in Roblox
Theories and explanations into things in Roblox.

Function/Class reference

Template:CatImage Function Dump
Most of the functions currently available in Roblox Lua.
Template:CatImage Class reference
The main classes in Roblox Lua


Feedback

Template:CatImage Bug Reporting
Report any MAJOR bugs/errors you have encountered here
Template:CatImage Request A Feature
Place your requests for new additions/binds in here. Please be realistic and not demanding.