The correct way to save your project
What is File Save to Roblox?
A way to reference a peice of information. Label a number or part or whatever else with a name.
What is a variable?
The place to find user build premade models
What is toolbox
The four shapes we can use in roblox
Rectangular prism, wedge, cylinder, sphere
The way we change the gate code to bridge code
What is switching values
The base unit of measurement in roblox
What is a stud?
The way to indicate a varibable
What is local
The way to add a hole in a piece
What is Negate + Union
The type of light we use
What is a pointlight
The default human walkspeed
What is 16?
An obby
What is a parkour map/obstacle course?
The language we code roblox in
What is LUA?
The correct way to set up checkpoints
What is neutral off allowteamchangeontouch on and create a new team with a matching color with assignableonstart off unless its the first team.
The default roblox material
What is plastic?
What is a vector force
The time we eat snack at
When is 10:30?
What is a statement that only executes if the condition is true
The way to combine multiple blocks into one
What is union
The reason we dont use toolbox builds
What is broken models/scripting that can crash our games
The type of variable that can either be true or false
What is a boolean
The correct way to open the properties window
What is View -> Properties?
A function
A set of multiple lines of code
The way to get more accurate builds in roblox
What is snap to angle/grid
The way to get a textbox into our game
The way we make toggle code
What is using a variable to check whether we are toggled on or off in a conditional