About 926 results
Open links in new tab
  1. 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.

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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 …

  9. 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, …

  10. 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 …