In this lesson, students will learn about different aspects of computer science. They will find examples in the real world and learn about programming as one example of computer science.
Students will be able to:
In this lesson, students will learn how to print messages out onto the console using the Lua command print
.
Students will be able to:
In this lesson, students are introduced to Roblox studio — familiarizing them with the different options and menus need to design their Roblox creations. They also learn about the parent/child hierarchy which plays a big part in developing Roblox games.
Students will be able to:
In this lesson, students review the Roblox Studio interface and explore the transformation tools while editing their first part and model.
Students will be able to:
In this lesson, students learn how to assign values to variables, manipulate those variable values, and use them in program statements. This is the introductory lesson into how data can be stored in variables.
Students will be able to:
In this lesson, students learn about the different mathematical operators they can use to perform mathematical computations and create useful programs that compute information for the user.
Students will be able to:
In this lesson, students will learn how to create basic functions using Lua and use them to improve the organization, readability, and flow of their programs. They will also learn how to implement the Touched function in their Roblox programs.
Students will be able to:
Debugging is a very important part of programming. In this lesson, students learn how to effectively debug their programs.
Students will be able to:
In this lesson, students will learn about abstraction and APIs. Abstraction is the act of managing complexity by dissociating information and details in order to focus on relevant concepts. An API (application programming interface) is a set of tools for building programs.
Students will be able to:
In this lesson, students review content with a multiple-choice unit quiz.
Students will be able to: