Command Line Scripting: Changing Properties
Recommended Videos

Variables in Scripts
Learn how to use variables in scripts to store values that you can use later
Intro to Scripting: Create Scripts
In this video, learn how to create a script file to run Lua code when the game starts.

Intro to Scripting: Variable Names
Understand how to name variables in scripting to avoid common problems
Command Line Scripting: Basics
Get started with scripting by writing a simple print command

Command Line Scripting: Properties
Learn about part properties and how to change them in code

Command Line Scripting: Variables
Learn how to create and change variables, a key part of scripting in Lua

Command Line Scripting: Math Operations
Add, subtract, and compare values in code using operators
Continue learning how to change the properties of parts via code.