#15 Basic Railway

Introduction In this tutorial we will learn how to create the following: 1. A basic railway 2. A train 3. A train with a cargo 4. Spliting Y-Junction, traffic light and its sensor 5. Joining Y-Junction and its sensor Creation 1. Create a basic railway We start by...
#13.2 Constraint Examples

#13.2 Constraint Examples

Constraints in Roblox Studio are very handy in creating different physical mechanism. Examples below are some of the implementations of these constraints. Constraints that work along with scripts can often create some interesting results in Roblox Studio. 1. Goods...
#13.1 What is a Constraint in Roblox Studio?

#13.1 What is a Constraint in Roblox Studio?

What are Constraints in Roblox Studio? Constraints in Roblox Studio is a way of controlling physical movements of objects. With the built-in Roblox constraints presets, we can create complicated movements in Roblox very easily. This tutorial will be taking references...
#14 Let’s create a drivable car!

#14 Let’s create a drivable car!

Let’s create a car in Roblox that is drivable! Prepartion 1. Make sure the following settings are correct: 2. Create the following parts: a. Body part b. VehicleSeat c. Front/Rear part d. FrontL/FrontR/RearL/RearR wheels 3. Put the parts into a car model as...
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...