
At this level, the kids get to develop their own games using their favourite Roblox gaming platform. With the help of the Roblox Studio game engine, the kids get to create different types of games. We begin by creating obstacle course games and end with exciting races between rivals. At this level, the kids get to learn the basic concepts of game design and the basics of the Lua programming language. We also revise the basic concepts studied so far, but this time we use a real programming language. Starting with block programming, the kids progress smoothly to the real world and the real programming languages. By the end of this level, the kids have a set of games they are able to share with their friends and play together.
The student will receive а certificate for each completed level.
500 points
Each completed module brings you 100 points and the full level brings you another 500 points.
Some of the instruments and programming environments used by the students at this level.
In the first module, we get to know the Roblox game programming environment and the programming language used to develop Roblox games – Lua. We are going to introduce the main elements of Roblox Studio and learn how to create elements in our game. In this module, we create our own obstacle course game. In it, the player jumps from object to object while avoiding obstacles to reach the end of the level.
In the second module, we get to develop our own adventure game where the player explores our world. In this module, we focus on the main elements of adventure games. The player discovers elements on the map, collects them and sells them to win gold. With the collected gold, they can buy a larger bag to collect more elements.
In the third module, we get to create our own Infinite Runner Game where the player needs to avoid the incoming obstacles and stay alive for as long as possible. In this module, we get to create, colour and move objects in the game using programming code.
In the fourth module, we get to create our own Battle Royale game. In this type of games, opponents compete until only one player remains in the arena. This type of games includes a way to eliminate players. When only one player survives or the timer ends, the match ends and a new round begins. When developing this kind of game, we go through different phases: game planning, design, coding and testing, game improvements.