What is the iCode camp that teaches students how to make Roblox Parkour?
Roblox Obby Masters

What coding language is used in Roblox Studio?
Lua

What do players build in a tycoon game?
A base or business that earns money over time

In Lua, what symbol do you use to make a comment?
-- or --[[ ]] for multi-line comments
What does “theme” mean in game design?
The main idea or setting that gives the game its style and identity
What is the name of iCode’s mascot that guides students through lessons?
Codie

What is the name of the workspace area where you can find all the parts, scripts, and models in your game?
Explorer

What does a component need to work?
A model and a button

What is the keyword used to define a new variable?
local
What’s an example of a tycoon theme?
Theme Park Tycoon, Space Tycoon, Zoo Tycoon, etc
How many belts are there in iCode?
10 belts!

What button lets you test your game inside Roblox Studio?
Play / Play Test button

What object keeps track of who owns each tycoon base?
Tycoon Claim or Plot Owner Value
What event is used to detect when a part is touched?
.Touched
What’s the purpose of lighting and colors in a game’s design?
To create mood, atmosphere, and help players understand the environment
What is the name of iCodes founder?
Abid Abedi

What panel shows the properties of an object, such as color, size, and material?
Properties panel

What is a common way players earn money in a tycoon?
Collecting income from droppers or production machines

What function runs code every few seconds or when something changes?
while loop or event listener, depending on context
What theme did we use as an example during the camp?
Space themed!

What color belt program teaches Roblox Studio?
Gray Belt

What is the difference between a Script and a LocalScript?
Scripts run on the server; LocalScripts run on the player’s client
What system saves players’ progress when they leave and come back?
DataStore system
How do you connect an event to a function, for example when a button is touched?
:Connect(functionName)
What Roblox service is used to add sound and music to enhance a game’s theme?
SoundService