
Introduction to scripting | Documentation - Roblox Creator Hub
In Introduction to Roblox Studio, you learned how to create and manipulate parts in Roblox Studio. In this tutorial, you'll learn how to apply a script to parts to make a platform appear and …
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 …
Create a script | Documentation - Roblox Creator Hub
Learn how to create a script in Roblox Studio using Luau. Great for beginners interested in coding or computer science on Roblox.
Scripting | Documentation - Roblox Creator Hub
Scripts are plain text files that let you add custom, dynamic behavior to your experiences. You can use scripts to trigger in-game events, respond to player input, save player data, create …
Coding fundamentals | Documentation - Roblox Creator Hub
Each course centers around a foundational computer science principle, and features individual lessons with step-by-step tutorials you can use to create your own experiences on Roblox. …
Luau | Documentation - Roblox Creator Hub
Luau is the scripting language creators use in Roblox Studio. It is a fast, small, safe, gradually typed embeddable scripting language derived from Lua 5.1 . Contributing your Luau scripts for …
Intro to coding and game design | Documentation - Roblox
Learn to create and code your own games using the free tools made available by Roblox. This is a perfect course for first time, aspiring game developers. In this course, your student will:
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, …
Gameplay scripting curriculum | Documentation - Roblox Creator …
You'll learn the gameplay scripting for a first-person shooter laser tag experience by following the general organization and key implementation details of a large, complex project, including …
Intro to module scripts | Documentation - Roblox Creator Hub
Learn key concepts around organizing and reusing code in Roblox with modular scripts.