Everything iCode
Roblox Studios
Tycoon Time
Scripting Secrets
Design and Themes
100

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

Roblox Obby Masters


100

What coding language is used in Roblox Studio?

Lua

100

What do players build in a tycoon game?

A base or business that earns money over time



100

In Lua, what symbol do you use to make a comment?

-- or --[[ ]] for multi-line comments 


100

What does “theme” mean in game design?

The main idea or setting that gives the game its style and identity

200

What is the name of iCode’s mascot that guides students through lessons?

Codie 


200

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

Explorer 

200

What does a component need to work? 

A model and a button

200

What is the keyword used to define a new variable?

local

200

What’s an example of a tycoon theme?

Theme Park Tycoon, Space Tycoon, Zoo Tycoon, etc

300

How many belts are there in iCode? 

10 belts! 


300

What button lets you test your game inside Roblox Studio?

Play / Play Test button 

300

What object keeps track of who owns each tycoon base?

Tycoon Claim or Plot Owner Value

300

What event is used to detect when a part is touched?

.Touched

300

What’s the purpose of lighting and colors in a game’s design?

To create mood, atmosphere, and help players understand the environment

400

What is the name of iCodes founder? 

Abid Abedi


400

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

Properties panel 

400

What is a common way players earn money in a tycoon?

Collecting income from droppers or production machines

400

What function runs code every few seconds or when something changes?

while loop or event listener, depending on context

400

What theme did we use as an example during the camp? 

Space themed! 


500

What color belt program teaches Roblox Studio?

Gray Belt


500

What is the difference between a Script and a LocalScript?

Scripts run on the server; LocalScripts run on the player’s client

500

What system saves players’ progress when they leave and come back?

DataStore system

500

How do you connect an event to a function, for example when a button is touched?

:Connect(functionName)

500

What Roblox service is used to add sound and music to enhance a game’s theme?

SoundService

M
e
n
u