What is the correct way to save your project?
Ctrl + S (Cmnd +S)
What is a boolean?
A type of variable that can either be true or false
What is the default roblox material?
Plastic
What is Robux?
A term for the virtual currency used in Roblox to purchase items, accessories, and game passes.
What is the language we code roblox in?
LUA
What is the base unit of measurement in roblox?
Stud
When declared inside a function, what is a "Local" variable?
The variable is visible only within that function.
What is the reason we don't use toolbox builds?
It can create broken models/scripting that can crash our games
What is the famous video game franchise that collaborated with Roblox to promote a special in-game event, where players could unlock exclusive items?
"Fortnite"
What is a function?
A reusable chunk of code that does a specific task
What is the correct way to open the properties window?
View -> Properties
What is the first thing you need to create before writing your script?
A "Script" object
Which tool in Roblox Studio allows you to adjust the size of a selected part along the X, Y, and Z axes?
"Scale" tool
Released in 2008, what is this Roblox game that involves players building and battling using unique gears and weapons.
"The Underground War"
What is a conditional?
A statement that only executes if the condition is true
What is an Obby?
A parkour map/obstacle course
How do you create an infinite loop?
While True
To make parts collide what property do you need to change and to what value?
"CanCollide" to "true"
What is the popular game on Roblox that lets players create and design their theme park, rides, and attractions from scratch?
"Theme Park Tycoon 2"
What is the purpose of a "while" loop?
To check if a condition is true before executing a set of statements
What is the relationship between files?
Parent-child relationship.
What is the hit.Parent:FindFirstChild("Humanoid") function?
Retrieves the first child object with a given name, Humanoid, from the current object
What is the correct way to set up checkpoints?
1. Turn neutral off
2. allowteamchangeontouch on
3.Create a new team with a matching color.
Who is known for creating "MeepCity," and became a prominent figure in the community and attracted millions of players?
Alex Binello, also known as Alexnewtron
What are "Events" or "Event Handlers"?
A mechanism used to trigger scripts in response to specific actions or conditions, such as a player touching a part