Template:ScriptTutorial: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Gamer3D
m Fixed "Lua" links.
>Mr Doom Bringer
Re-did.
Line 1: Line 1:
This is an '''{{{1}}}''' user tutorial.  
<div align="center"><table style="width: 300px;background-color: #fdd; border: 2px dashed #f00; margin-bottom: 30px;">
 
<tr>
'''Scripting in Roblox'''
<td><center>This is an '''{{{1}}}''' {{{2}}} tutorial.</center></td>
 
</tr>
Scripting allows advanced users of [[Roblox Studio]] to add interactive components to their maps. If you have ever played a [[BrickBattle]] map, then you have seen these scripts in action. In [[BrickBattle]] maps, scripts are used to program all of the weapons, the leaderboard, the random player spawning and the team beacons. Roblox embeds the [[Lua Help|Lua]] language for scripting. [[Lua Help|Lua]] is easy to learn and even those without previous programming experience can probably make some cool things with it. That being said, the task of learning how scripting in Roblox works is best approached with a playful hacker mentality. It requires persistence to become good at it. You won't be able to build a hovercraft with auto-firing rocket launchers right off the bat.
</table>
 
</div>
'''Warning''': The scripting language in Roblox is in '''Super Alpha''' release. Anything and everything may change between Roblox releases. Do not expect it to be flawless.
 
<includeonly>[[Category:Scripting Tutorials]]</includeonly>

Revision as of 05:00, 24 February 2007

This is an {{{1}}} {{{2}}} tutorial.