Programming Basics 2

Programming Basics 2

How do I program in Roblox (Cont.)? 5.1 Condition (==, <, >) We will pause our RPG game here. First, disable the script you have been using: Then create a new script under ServerScriptService, name it “main2”: Inside main2, create a variable to...
Script Editing

Script Editing

Script Editing This tutorial is to teach you the basics of editing code. 1. How to create a script file in Roblox To create a script file, go to the Explorer and click on the “plus” mark next to the location you want the script to be in. In this example...
Programming Basics 1

Programming Basics 1

What is Programming? To put it simple, Programming is the way how we talk to computer, and ask computer to complete tasks using computer languages. We can’t just ask the computer to calculate 1 + 1 with human language: We will have to use a language that...