About 3,500,000 results
Open links in new tab
  1. Scripting | Documentation - Roblox Creator Hub

    Roblox scripts use the Luau programming language, which is derived from Lua 5.1. Compared to Lua 5.1, Luau adds performance enhancements and many useful features, including an optional typing …

  2. How to Script in Roblox Studio! (Beginner Guide) - YouTube

    In this video I show you the basics on how to script in Roblox Studio! We go through scripts, variables, functions and events. Some of the most important tools we use as game programmers.

  3. How to Start Scripting in Roblox As a Complete Beginner

    Mar 12, 2025 · Roblox uses Lua (specifically, a modified version called Luau). It’s beginner-friendly. It has simple syntax (rules for writing code). It’s used in many games, not just Roblox. Even if you’ve …

  4. How to Script in Roblox Studio - Complete Beginner’s Guide

    Nov 12, 2025 · Scripting is what transforms a static Roblox world into an interactive game. It allows you to control how players move, how tools behave, and how the world reacts to actions. Roblox uses a …

  5. [Full Tutorial] How to script on Roblox | Beginners!

    Sep 20, 2022 · Today, I will be teaching you how to script from scratch - all the basics you need to know when coming to script on Roblox with a better and updated version! [If you’re a beginner] After this …

  6. Getting Started With Roblox Scripting - Roblox Lua | Game Designing

    Aug 26, 2020 · There’s some good news: the Roblox coding language can help build your game in no time and share it with other passionate players. Let’s jump into the history of roblox scripting and how …

  7. Roblox Studio Basics - Roblox Beginners Scripting Tutorial #1 (2025)

    With 3 playlists (Beginner, Advanced, GUI) containing 50+ videos and 30+ hours of content, I will guide you through this journey to start making the games you want to create on Roblox!

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

  9. How To Use Scripts in Roblox (2025 Step-by-Step Tutorial)

    Want to start scripting in Roblox? 💻 In this 2025 step-by-step tutorial, I’ll show you *how to use scripts in Roblox Studio* — perfect for **beginners who want to make games, add...

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