The world of Roblox has captured the imagination of millions of users from all over the world. Gamers young and old can create entire worlds and invent their own games – and they can even make a bit of money!
1. What was the original name of Roblox before the creators combined the words “Robot” and “Blocks”?
- Dynablocks
- Sandbox Adventure
- CyberBrix
- BlockyBot
✔️Right Answer: Dynablocks
2. Roblox has its own currency – what’s its name?
- Zigzags
- Credix
- Brickbills
- Robux
✔️Right Answer: Robux
3. What is the name of the Roblox programming language?
- Aloha
- Hello
- Logic
- Lua
✔️Right Answer: Lua
4. In the game, there is a tool-dispensing, semi-transparent box! But do you know what it’s called?
- Synthesizer
- Item Donor
- Giver
- Tool Slot
✔️Right Answer: Giver
5. Do you know the title of the official series of Roblox tutorials on YouTube?
- Roblox College
- Roblox University
- BlockLearn
- Blocktorials
✔️Right Answer: Roblox University
6. Which of the things below is a real thing?
- Outrageous Builders Club
- Crazy Builders Club
- Wild Builders Club
- Ridiculous Builders Club
✔️Right Answer: Outrageous Builders Club
7. Can you unscramble these letters and figure out what the word means? ZSWAREAJ
- The programming language
- The beta version of Roblox
- The name of a toy maker
- An item of clothing that can be bought in Roblox
✔️Right Answer: The name of a toy maker
8. One of these items could be purchased for R$ 100 – which one?
- Sparkle Time Classic Eggplant
- Fruit hat
- Sparkle Time Fedora
- Sparkle Time Happy Time Magic Flower Hat
✔️Right Answer: Fruit hat
9. You’re programming an infinite loop. What must you include in your code to prevent crashes?

- *wait* function
- *delay* function
- *downtime* function
- *hiatus* function
✔️Right Answer: *wait* function
10. What constraint are welds subject to in Roblox programming?
- Weld.Part0.CFrame * weld.C1 = weld.Part2.CFrame * weld.C3
- Weld.Part0.CFrame * weld.C0 = weld.Part1.CFrame * weld.C1
- Weld.Part1.CFrame * weld.C0 = weld.Part1. CFrame * weld.C2
- Weld.Part0.CFrame * weld.C(x, y, z) = weld.Part1.CFrame * weld.C(-x, -y, -z)
✔️Right Answer: Weld.Part0.CFrame * weld.C0 = weld.Part1.CFrame * weld.C1