
Start learning with tutorials | Documentation - Roblox Creator Hub
Learn how to create Roblox experiences, avatars, and avatar items with use case tutorials, curriculum paths, and videos.
Code samples | Documentation - Roblox Creator Hub
The following samples show you how to carry out common scripting tasks in Roblox. Where applicable, corresponding 3D objects or models are provided. You can import the samples …
Coding fundamentals | Documentation - Roblox Creator Hub
Create your first script and start making things happen with code. These tutorials cover variables, data types, and properties. Functions and events: Use functions to create chunks of code that …
Intro to coding and game design | Documentation - Roblox
Lesson description: Get students creating and coding their first experience in Roblox. Learn how to build an obstacle course and code color changing blocks. ISTE standards: Innovative …
Start coding | Documentation - Roblox Creator Hub
In Roblox, code is typed inside of scripts using the coding language Luau. Games often have separate scripts for each thing the game needs to do. The library template already has a script …
Create a script | Documentation - Roblox Creator Hub
This article will cover how to start coding in Roblox, introducing common concepts like scripts, data types, and variables. By the end, you'll be able to type out code that displays messages …
Introduction to scripting | Documentation - Roblox Creator Hub
Code in Roblox is written in a language called Luau which you can put in scripts within various containers in the Explorer. If you put a script under a Part, Roblox will run the script's code …
Scripting | Documentation - Roblox Creator Hub
You can use scripts to trigger in-game events, respond to player input, save player data, create leaderboards, spawn enemies, control NPC behavior, and much, much more. This section is …
Roblox Studio | Documentation - Roblox Creator Hub
Roblox Studio is free to use and has everything you need to start publishing creations to hundreds of millions of Roblox users on consoles, desktops, and mobile devices. Get Studio Build, …
Create your first experience | Documentation - Roblox Creator Hub
Roblox offers two types of script objects to contain Luau code that modify object behavior and implement the overall logic of your experience: Scripts - A script that can run on the server or …