User:Blocco/Tutorials/Introduction to Roblox Lua: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Blocco
New page: Welcome to my '''Introduction to Roblox Lua''' tutorial! This tutorial will show you how to code in Roblox Lua, and it provides some code examples to help you along the way.
 
>Blocco
No edit summary
 
Line 1: Line 1:
Welcome to my '''Introduction to Roblox Lua''' tutorial!  This tutorial will show you how to code in Roblox Lua, and it provides some code examples to help you along the way.
Welcome to my '''Introduction to Roblox Lua''' tutorial!  This tutorial will show you how to code in Roblox Lua, and it provides some code examples to help you along the way. This tutorial is split into different parts, each with a different topic.
<br/>
<center><span style="font-size:16px; font-family:Arial; font-weight:bold;">Introduction to Roblox Lua Lessons</span><table style="width:400px; padding:1px; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; border-color:#000000; border-width:1px; border-style:solid; background-color:#ffffff;">
<tr class="tHeadingRow" style="background-color:#000000; color:#ffffff;"><th>Name</th><th>Description</th></tr>
<tr style="background-color:#dddddd;"><td>[[User:Blocco/Tutorials/Introduction to Roblox Lua/Part 1|Setting Up Our Studio]]</td><td>This lesson will teach you how to setup [[Roblox Studio]] for our lessons.</td></tr>
<tr style="background-color:#dddddd;"><td>[[User:Blocco/Tutorials/Introduction to Roblox Lua/Part 2|Using Basic Roblox Lua Code]]</td><td>This lesson will give you some code examples, their output, and why they function the way they do.</td></tr>
</table></center>

Latest revision as of 21:32, 27 December 2010

Welcome to my Introduction to Roblox Lua tutorial! This tutorial will show you how to code in Roblox Lua, and it provides some code examples to help you along the way. This tutorial is split into different parts, each with a different topic.

Introduction to Roblox Lua Lessons
NameDescription
Setting Up Our StudioThis lesson will teach you how to setup Roblox Studio for our lessons.
Using Basic Roblox Lua CodeThis lesson will give you some code examples, their output, and why they function the way they do.