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?
Manages all user-related data and functionality, including their user IDs, names, avatars, and other relevant data.
What is the Players Service?
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?
Contains all objects that render in the 3D world, such as parts and terrain.
What is the Workspace?
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?
Contain content and logic that replicates between the server and client.
What is ReplicatedStorage?
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?
For storing persistent data across sessions.
Who is the DataStoreService?
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?
Used to interpolate numeric properties of other instances from a start to end value, with options for easing direction and style, repeat, and delay.
What is the TweenService?
This property holds the position and orientation of an object in your game.
What is CFrame?