
This video will give a brief overview on the course content, and what to expect.
In this video, I will be going over how to install Roblox Studio. By the end of the video, you should be able to install and open Roblox Studio!
In this video lecture, I will show you the Roblox Studio's settings page, as well as navigating through your game environment. By the end of the video, you will be able to use your keyboard and mouse to maneuver around your game window.
In this video lecture, I will be showing you how to use Roblox Studio to build a game environment. You will be able to insert parts, alter its colour and material, and use building tools such as the select, move, scale, and rotate tool to manipulate parts.
In this video lecture, I will be showing you the layout of Roblox Studio, including all of the tabs and tools at your disposal. By the end of this video, you should gain an understanding of what tools there are in Studio and where to find them.
In this video, I will be showing you the details of the Explorer Window in Roblox Studio. By the end of this video, you should be able to find the explorer window, and use it to locate and manipulate objects.
In this video lecture, I will be showing you how to use the properties window to locate and change any object's properties. By the end of this video, you should be able to locate the properties window, find and alter object properties, and create custom attributes.
Roblox Studio recently updated their interface with many new features. This video lecture is meant to be a guide to this new update.
In this video, I will be showing you how to use print statements in Roblox Studio. By the end of this video, you should be able to utilize print statements in your scripting.
This document summarizes printing in Roblox Studio. There is also a downloadable PDF version of this attached with this lecture note.
In this video, I will be showing you how you can alter and access properties of any object from a script in Roblox Studio. By the end of this video, you should be able to manipulate properties of objects through scripting.
In this video, I will teaching you about variables. What they are, and how to use them in your code. By the end of this video, you should be able to create variables and use them in your code.
In this video, I will be showing you how to use functions. By the end of this video, you should be able to create your own functions to make your code more efficient and modular.
In this video, I will be showing you how to use if statements in Roblox Studio. If statements are great for executing code that meets a certain criteria and allows you to execute different code based certain conditions. By the end of this video, you should be able to use if statements in your code.
In this video, I will be showing you how to use tables in Roblox Studio. There are two kinds of tables; arrays and dictionaries, and I will be going over both of them in this video. By the end of this video, you should be able to create and use tables in Roblox Studio.
In this video lecture, I will teach you about some of the built-in functions that Roblox Studio provides. By the end of this video, you should be able to use some of the functions discussed in your own code.
In this video, I will be teaching you about loops in Roblox Studio. By the end of this video, you should understand what a loop is, the different kinds of loops, and how to code with loops.
In this video, I will be showing you how to use Roblox events. Events are really useful because events allow developers to execute code upon an event happening and you can utilize this in your games. By the end of this video, you will learn what events are, and how to use them in your game.
In this video, I will be showing you the basics of Roblox GUIs. I will be going over different types of UI elements, how to use them, and important properties they have. By the end of this video, you should be able to make your own GUIs.
In this video, I will be showing you how to script GUIs in Roblox. By the end of this video, you should be able to create a simple shop GUI, code the open and close buttons and utilize mouse events to manipulate the GUI.
In this video lecture, I will be going over 2 other types of GUIs, BillboardGuis and SurfaceGuis. By the end of this video, you should gain an understanding on what they are, how they work, and how you make and use your own in your games.
In this video, I will be showing you how to make an animation in Roblox Studio. By the end of this video, you should be able to make your own animations, toggle its animation priority and code it to play on a character model.
Reminders for when you are animating.
In this video, I will be showing you how to make tools in Roblox Studio. By the end of this video, you should be able to make your own tools that players can use when they join your game!
In this video, I will be showing you how to script tools in Roblox Studio. By the end of this video, you will be able to animate and script your own tools.
In this video lecture, I will be showing you how to create leaderstats in Roblox Studio, which creates an in-game leaderboard that players can compete with each other on. By the end of this video, you should be able to create your own leaderstats for your game.
In this video, I will be talking about the Client-Server Model in Roblox. I will discuss how this model works, how the client and the server communicate, how data is replicated to the client, and the different kinds of scripts. By the end of this video, you will gain an understanding of how the Client-Server Model works in Roblox.
In this video, I will be talking about remote events and remote functions that enable server and client communication in your game. By the end of this video, you should be able to code with remote events and remote functions to send messages between client and server.
In this video, I will be showing you how to use UserInputService in Roblox Studio. By the end of this video, you should have a grasp of this really useful service.
In this video, I will be teaching you about DatastoreService, an incredibly useful service that allows you to save data in your game. By the end of this video, you should be able to use DatastoreService to save your game data.
In this video, I will be showing you how to use MarketplaceService to create a Speed Coil gamepass. These concepts can be applied to make any kind of gamepass, and by the end of this video, you should be able to create your very own gamepasses.
In this video, I will be covering how to create a Developer Product in Roblox Studio with MarketplaceService. This is an extension of the previous lecture, and by the end of the video, you should be able to create your own Developer Product.
In this video lecture, I will be going over TweenService. I will teach you what it is, how to code with TweenService, and how to incorporate it into your game.
In this video lecture, I will be teaching you about BadgeService. BadgeService allows you to award badges in your game to players who have achieved accomplishments, rewarding them for playing and engaging in your game. We will cover 4 major functions that BadgeService utilizes: AwardBadge(), CheckUserBadgesAsync(), GetBadgeInfoAsync(), and UserHasBadgeAsync().
In this video, I will be showcasing a few useful plugins that I use in my personal development and I hope they can help you too. This video shows the importance and convenience that plugins can give, and hopefully you will use some of these yourself!
In this video, I will be teaching you some good programming practices in scripting. Often times, beginners will get into bad coding habits and hopefully this video will clear things up.
In this video, I will be teaching you how to debug your code. Debugging is an very important skill to have to quickly and efficiently eliminate any errors from your code.
This video lecture will talk about the benefits of using AIs like ChatGPT to assist, teach and refresh you about game development.
In this section, we will start putting everything together, and so we will be making an obby. We will handle the basic game mechanics, including building the map, arranging the checkpoints and scripting the obstacles, stage system, as well as saving the stages.
In this video, we will continue to work on our obby. This time, we are adding monetization to our game - by adding a skip stage developer product and speed coil gamepass.
In this video, I create Squid Game's Glass Bridge mini-game in Roblox Studio. We will incorporate many of the concepts learned in this course, such as RemoteEvents, For Loops, Functions, GUIs, error handling and so much more. This, I felt, was a great way of incorporating the lessons from this course into a playable game!
In this video, I will be making the first part of my obstacle course game (obby). We will handle the basic game mechanics, including building the map, arranging the checkpoints and scripting the obstacles and stage system.
In this video, we will continue to work on our obby. This time, we are adding monetization to our game - by adding a skip stage developer product and speed coil gamepass.
In this final installment, we will be learning how to save player data in our obby game. Once finished, you should have a completed game that others can play!
USE CODE JUNE2026 FOR A BIG DISCOUNT!
Do you want to create your own Roblox games and earn Robux?
If so, you're in the right place!
In this course, I'll take you from complete beginner to game creator. You'll learn:
- How to navigate and master Roblox Studio
- The basics of coding in Lua—no prior experience needed!
- Advanced scripting techniques to make your games stand out
And you'll have:
- Interactive quizzes to reinforce your learning
- Step-by-step guidance to build your very first Roblox game
By the end of this course, you'll have the skills to bring your ideas to life.
Are you ready? Join me today, and let’s start creating!
Hi, I'm Scriptix, and I love teaching people. I have been on ROBLOX for about 9 years now.
I created the course as a way of teaching others how to code.
In this course, I start by introducing the Roblox Studio interface and its basic features.
Then, I will teach you about the basics of the Roblox scripting.
I will introduce intermediate and advanced concepts, before our final project.
In the last section, we will use our newly-founded knowledge to create our very first ROBLOX game!
This course is perfect for anyone looking to learn game development and to introduce coding for kids.
I hope you find joy learning through my course as much as I had making this for you.
- Scriptix