User:ENET/StepByStep

From Legacy Roblox Wiki
Revision as of 13:38, 31 January 2012 by >ENET (Created page with "{{TitledBox/start|heading=Step By Step Guide to Scripting with ENET|green|margin-right:20px; margin-left:20px;}} Welcome to my step by step guide to scripting. This is knowled...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

In this lesson, you will learn how roblox indexs different parts of the game via scripts. This is the most important part of making roblox games and models.

Lesson 2 - Variables

Lesson 3 - Integers/Numbers

Lesson 4 - Booleans

Lesson 5 - Strings

Lesson 6 - Objects

Lesson 7 - Functions

Lesson 8 - Tables

Chapter 2 - Beginners

Lesson 1 - Creating Your First Script

In this lesson we will create a simple door that opens and closes when a button is pressed. This will not be the same as free model doors. I am going to show you how to make code that is efficient and doesn't require but one script to control all the buttons and the door! This should be a great way to kick start things.