
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 …
Start learning with tutorials | Documentation - Roblox Creator Hub
Roblox offers both short and long-form tutorials to help you learn various creation processes and techniques for the platform. There are three common areas of creation: Experiences - 3D …
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 …
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 …
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 …
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, …
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 …
Repeat code with while loops | Documentation - Roblox
Learn how to use while loops with Roblox's Luau language in this computer science lesson.
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 …
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 …