Roblox Basics
Scripting
Modeling
Modeling 2
Scripting 2
200

The correct way to save your project

What is File Save to Roblox?

200

The website we use

What is cnlo.ninja/roblox

200

The place to find user build premade models

What is toolbox

200

The four shapes we can use in roblox

Rectangular prism, wedge, cylinder, sphere

200

How to define a variable so that the script is reusable?

What is variable = script.parent (etc)

400

The base unit of measurement in roblox

What is a stud?

400

The way to indicate a varibable

What is local

400

The way to add a hole in a piece

What is Negate + Union

400

The way to lock an object, model, or part into a fixed space in the workshop

What is Anchor(ing/ed)

400

The default human walkspeed

What is 16?

600

An obby

What is a parkour map/obstacle course?

600

The language we code roblox in

What is LUA?

600

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.

600

The default roblox material

What is plastic?

600

A roblox-built in function that helps aid in bug testing:

what is print("text")

800

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?

800
A conditional

What is a statement that only executes if the condition is true

800

The way to combine multiple blocks into a group

What is a model (CTRL + M)

800

The axis in space of which you can move or scale objects upon

What is X coordinate, Y coordinate, and Z coordinate.

800

The type of variable that can either be true or false

What is a boolean

1000

The correct way to open the properties window

What is View -> Properties?

1000

A function

A set of multiple lines of code

1000

The way to get more accurate builds in roblox

What is snap to angle/grid

1000

The reason we dont use toolbox builds

What is broken models/scripting that can crash our games

1000

The type of code we use to change the color of a brick

What is part.color = Brickcolor3.new(r,g,b)

M
e
n
u