User:ENET/StepByStep

From Legacy Roblox Wiki
Jump to navigationJump to search
Step By Step Guide to Scripting with ENET

Welcome to my step by step guide to scripting. This is knowledge that I found to increment my intelligence of scripting, and further my knowledge. My methods will not work for all users, but for most users they should. Below is a list of all the lessons and some information reguarding them.

Chapter 1 - New to Scripting(newbs)

Lesson 1 - Game Indexing

Lesson 2 - Variables

Lesson 3 - Integers/Numbers

Lesson 4 - Booleans

Lesson 5 - Strings

Lesson 6 - Objects

Lesson 7 - Functions

Lesson 8 - Tables

Lesson 9 - Code Flow

Chapter 2 - Beginners & Loops

Lesson 1 - Conditionals

Lesson 2 - While(x) Loop

Lesson 3 - Repeat Loop

Lesson 4 - For Loop

Lesson 5 - Recursive Loop

Lesson 6 - Tail-Call Loop

Chapter 3 - Introduction To Scripting

In these lessons, you will be introduced to actual scripting. We will read, write, modify, and analyze code.

Lesson 1 - The Importance of Documenting Your Code

Lesson 2 - Reading a Script

Lesson 3 - Modifying a Script

Lesson 4 - Writing a Script

Lesson 5 - Analyzing a Script