Skip to main content
Back to course
Log in
Get started
Someone wanted to learn this too, so Grasp built them a personal learning path.
Create your own
Step-by-Step Beginner Learning
·
Module 1
Writing Your First Luau Code
1
Creating and Running a Script to Print a Message
Create and run a Script that prints a message to Output.
Create and run a Script that prints a message to Output.
2
Adding Single-Line Comments to Explain Scripts
Add single-line comments to explain what a script does.
Add single-line comments to explain what a script does.
3
Declaring Local Variables with Different Data Types
Declare local variables containing numbers, strings, booleans, and nil.
Declare local variables containing numbers, strings, booleans, and nil.
4
Inspecting Luau Types with the `type` Function
Inspect a value’s Luau type with the type function.
Inspect a value’s Luau type with the type function.
5
Calculating and Updating Values with Arithmetic Operators
Calculate and update values with arithmetic operators.
Calculate and update values with arithmetic operators.
6
Building Output Messages with String Concatenation and Interpolation
Build output messages with string concatenation or interpolation.
Build output messages with string concatenation or interpolation.
7
Correcting Syntax Errors Using Output Messages
Use an Output error message to correct a basic syntax mistake.
Use an Output error message to correct a basic syntax mistake.
Next module isn't ready yet,
Back to course
Previous module
Next module