Learn ROBLOX scripting for free

Understanding Variables and Data Types in Luau

Learn how to store and work with different types of information in your Roblox games...
Read More

Understanding Parent, Child, and the Explorer Hierarchy

Learn how Roblox organizes game objects in a family tree structure and how to navigate...
Read More

TweenService Tutorial: Smooth Animations for Beginners

Learn how to create smooth, professional animations in Roblox using TweenService to move, rotate, and...
Read More

Tables and Dictionaries: Organizing Your Game Data

Learn how to use tables and dictionaries in Luau to organize and manage your game...
Read More

Saving Player Data with DataStores the Right Way

Learn how to safely save and load player data in Roblox using DataStores, including best...
Read More

RemoteEvents Explained: Client-Server Communication Basics

Learn how to use RemoteEvents to send messages between the client and server in your...
Read More

Object-Oriented Programming in Roblox: Building Reusable Classes

Learn how to create reusable class structures in Luau to organize your code better, reduce...
Read More

Mastering Functions: Write Cleaner, Reusable Code

Learn how to use functions in Roblox Luau to organize your code, avoid repetition, and...
Read More

Making an NPC That Follows the Player

Learn how to create a simple NPC character that follows players around your game using...
Read More