You can display all of the objects in your game from this window in Roblox Studio.
What is the Explorer?
These store values, that will be used at some point in your program.
What are Variables?
Tool to change the position of an object in your gqme.
What is the Move tool?
Allows you to change the appearance of a part to Neon.
What is Material?
All objects that display in your game, are located under this Roblox Service.
What is the Workspace?
This is the name of Roblox Studio's computer language.
What is Lua?
Tool to make your object larger or smaller.
What is the SCALE tool?
Makes a part invisible.
What is Transparency?
You can group parts together, and place them in this type of object.
What is a Model?
This type of loop repeats an action for a specific number of times.
What is a 'for' loop?
Tool used to turn an object in any direction.
What is the Rotate tool?
Changing the value of this to 'false', allows your player to walk through walls.
What is CanCollide?
Roblox projects are referred to as these.
What are Experiences?
This type of loop repeats an action forever until you code it to stop.
What is a 'while' loop?
Press this to focus your camera on a specific part in your game.
What is the 'F' key?
Used to synchronize a spawn object, with a Team to create Checkpoints.
What is TeamColor?
To test your game without Playing it, use this feature.
What is Run?
Sets of computer instructions, that are called to run repetitive actions are called theese.
What are functions?
Code error messages can be viewed here.
What is the Output window?