Students use the computational thinking skills of Decomposition and Algorithm Design to plan and execute a solution for an intermediate programming challenge. Students also gain a deeper understanding of fundamental programming concepts as well as more advanced concepts like operators and functions.
Choose a project platform to view the Explorer II-level progression in more detail
Answer the following questions about core programming concepts in Roblox:
math.random(10)explain what the
math
, the random
and the 100
does in the code.
local door = script.Parent
while totalCoins < 40 do CreateCoin() totalCoins = totalCoins + 1; end
if moved == false then door.Position = Vector3.new(10,0,0) + startpos door.BrickColor = BrickColor.Red() else door.Position = startpos door.BrickColor = BrickColor.White() end
Complete an intermediate-level programming challenge in Roblox that draws from all of the above concepts
Sign up to receive our latest news, offers, & updates on all things Digital Adventures!
We respect your privacy and do not tolerate spam. We will never sell, rent or give away your personal information to any third party.