Please enable JavaScript to use CodeHS

Roblox Glossary

Flashcards

Course:

Module:

Lesson:

Search:

Code General

Code is the name for the instructions you write to a computer in a program.

Code

Script General

Lines of code

Loop General

A loop is a way to repeat code in your program.

Loop

Function General

A function is like a command that you get to invent and name. It allows us to break our program into smaller parts, making the program easier to understand.

Boolean General

Binary and evaluates to either true or false. true; false

Event General

An action in a game that is used as input to a program

Conditional Statement General

A statement that evaluates to true or false.