The correct way to save your project
What is File Save to Roblox?
The website we use
What is cnlo.ninja/roblox
The place to find user build premade models
What is toolbox
The four shapes we can use in roblox
Rectangular prism, wedge, cylinder, sphere
How to define a variable so that the script is reusable?
What is variable = script.parent (etc)
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 way to lock an object, model, or part into a fixed space in the workshop
What is Anchor(ing/ed)
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?
A roblox-built in function that helps aid in bug testing:
what is print("text")
An object, that when added to something, portrays a visual - whether that be tactile surface, a picture, or a surface characteristic
What is a Texture?
What is a statement that only executes if the condition is true
The way to combine multiple blocks into a group
What is a model (CTRL + M)
The axis in space of which you can move or scale objects upon
What is X coordinate, Y coordinate, and Z coordinate.
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 reason we dont use toolbox builds
What is broken models/scripting that can crash our games
The type of code we use to change the color of a brick
What is part.color = Brickcolor3.new(r,g,b)