Variables and Objects

Series Description

For anyone interested in learning computer science or coding, this serves as a foundational series. This series is recommended for anyone interested in taking other coding lessons in Roblox Studio.

Objectives and Prerequisites

Learning Objectives

Understand the process of scripting, such as creating scripts and being able to identify interface elements like the Output Window.

Utilize data types, and variables use strings to print messages to the Output window and change object properties.

Prerequisites

Basic knowledge of how to create and manipulate parts in Roblox Studio.

Series Contents

ArticleDescription
Creating a ScriptLearn how to create new script objects and print messages to the Output window.
Object PropertiesChange the color of a part using just code
Parents and ChildrenInstead of calling out a specific part name, learn how to navigate the hierarchy to make code that will work for any part