<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.starfall.wtf/index.php?action=history&amp;feed=atom&amp;title=Lua_Help</id>
	<title>Lua Help - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.starfall.wtf/index.php?action=history&amp;feed=atom&amp;title=Lua_Help"/>
	<link rel="alternate" type="text/html" href="https://wiki.starfall.wtf/index.php?title=Lua_Help&amp;action=history"/>
	<updated>2026-07-28T15:21:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.starfall.wtf/index.php?title=Lua_Help&amp;diff=282&amp;oldid=prev</id>
		<title>PRG: Created page with &quot;__NOTOC__  {{CatUp|Main Page}}  {| |- | valign=&quot;top&quot; style=&quot;padding-right: 14px;&quot; |  &lt;div style=&quot;margin-left: 10%; margin-right: 10%;&quot;&gt;  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&#039;s Gate.  Lua is used in Roblox by users to add in customized content, like cars that drive, new weapons, etc.  See the official [h...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.starfall.wtf/index.php?title=Lua_Help&amp;diff=282&amp;oldid=prev"/>
		<updated>2024-12-10T03:49:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__  {{CatUp|Main Page}}  {| |- | valign=&amp;quot;top&amp;quot; style=&amp;quot;padding-right: 14px;&amp;quot; |  &amp;lt;div style=&amp;quot;margin-left: 10%; margin-right: 10%;&amp;quot;&amp;gt;  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&amp;#039;s Gate.  Lua is used in Roblox by users to add in customized content, like cars that drive, new weapons, etc.  See the official [h...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
{{CatUp|Main Page}}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; style=&amp;quot;padding-right: 14px;&amp;quot; | &lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 10%; margin-right: 10%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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&amp;#039;s Gate.&lt;br /&gt;
&lt;br /&gt;
Lua is used in Roblox by users to add in customized content, like cars that drive, new weapons, etc.&lt;br /&gt;
&lt;br /&gt;
See the official [http://www.lua.org Lua website] and the [http://en.wikipedia.org/wiki/Lua_(programming_language) Wikipedia] article for more information.&lt;br /&gt;
&lt;br /&gt;
==Fundamentals==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=100% border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;4&amp;quot; style=&amp;quot;background-color: #fdd; border: 2px dashed #f00;&amp;quot;&lt;br /&gt;
|+ &amp;lt;!-- Comment --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:LuaCode.png]] [[Flowcharts]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[Your first script]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[Loops]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:LuaCode.png]] [[Variables]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[Conditional statements]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[Generic for]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:LuaCode.png]] [[Basic math]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[String]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[Bool]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Flat Scripting==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=100% border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;4&amp;quot; style=&amp;quot;background-color: #fdd; border: 2px dashed #f00;&amp;quot;&lt;br /&gt;
|+ &amp;lt;!-- Comment --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:LuaCode.png]] [[Absolute beginner&amp;#039;s guide to scripting]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[How to make text on a brick]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[How to add messages]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:LuaCode.png]] [[Intro to Scripting: Make a Dance Floor]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[Explaining Scripts]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[Scripting]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:LuaCode.png]] [[Functions]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[Random numbers]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[In-Depth Scripting Guide]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== More advanced ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=100% border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;4&amp;quot; style=&amp;quot;background-color: #fdd; border: 2px dashed #f00;&amp;quot;&lt;br /&gt;
|+ &amp;lt;!-- Comment --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:LuaCode.png]] [[Built-in functions]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[Intro to Scripting: Make an Invisibility Tool]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[Teleportation]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:LuaCode.png]] [[How Do I Make Morphs?]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[How to Make Conveyor Belts]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[Tables]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:LuaCode.png]] [[Color Reference]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[How do I make VIP doors?]]&lt;br /&gt;
|[[Image:LuaCode.png]] [[How to Make Ramps]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting Tutorials]]&lt;/div&gt;</summary>
		<author><name>PRG</name></author>
	</entry>
</feed>