User:JulienDethurens/Guide

From Legacy Roblox Wiki
Jump to navigationJump to search
This guide is still being written, it is not complete.

This guide has been written by JulienDethurens.

Preface

In this guide, I will teach you pretty much everything you need to know about scripting.

Here is roughly the order in which I will teach you the things you need to know:

  1. The syntax of Lua
  2. The Lua libraries
  3. The ROBLOX API

I will start by teaching you the syntax, as well as some basic functions, then, I'll tell you about the libraries, and, then, finally, we'll get on to the ROBLOX part. I will also give you facts about programming there and there.

It might take a long time before you can finally make something in ROBLOX, but, as I am only going to start talking about ROBLOX-specific things in the last part, but, when you'll get there, you'll be ready, as you'll already know all the syntax of Lua, as well as all the Lua functions that might help you.

Contents

  1. Introduction
  2. Syntax
  3. Libraries
  4. API
  5. Miscellaneous
Next: Introduction