Roblox Studio
Coding Basics
Studio Tools
Name the Service
Properties
100

You can display all of the objects in your game from this window in Roblox Studio.

What is the Explorer?

100

These store values, that will be used at some point in your program.

What are Variables?

100

Tool to change the position of an object in your gqme.

What is the Move tool?

100

Manages all user-related data and functionality, including their user IDs, names, avatars, and other relevant data. 




What is the Players Service?

100

Allows you to change the appearance of a part to Neon.

What is Material?

200

All objects that display in your game, are located under this Roblox Service.

What is the Workspace?

200

This is the name of Roblox Studio's computer language.

What is Lua?

200

Tool to make your object larger or smaller.

What is the SCALE tool?

200

Contains all objects that render in the 3D world, such as parts and terrain.
       

What is the Workspace?

200

Makes a part invisible.

What is Transparency?

300

You can group parts together, and place them in this type of object.

What is a Model?

300

This type of loop repeats an action for a specific number of times.

What is a 'for' loop?

300

Tool used to turn an object in any direction.

What is the Rotate tool?

300

Contain content and logic that replicates between the server and client.

What is ReplicatedStorage?

300

Changing the value of this to 'false', allows your player to walk through walls.

What is CanCollide?

400

Roblox projects are referred to as these.

What are Experiences?

400

This type of loop repeats an action forever until you code it to stop.

What is a 'while' loop?

400

Press this to focus your camera on a specific part in your game.

What is the 'F' key?

400

For storing persistent data across sessions.

Who is the DataStoreService?

400

Used to synchronize a spawn object, with a Team to create Checkpoints.

What is TeamColor?

500

To test your game without Playing it, use this feature.

What is Run?

500

Sets of computer instructions, that are called to run repetitive actions are called theese.

What are functions?

500

Code error messages can be viewed here.

What is the Output window?

500

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?

500

This property holds the position and orientation of an object in your game.

What is CFrame?