Skip to content
@luau-lang

Luau

A fast, small, safe, gradually typed embeddable scripting language derived from Lua. Developed and maintained by @Roblox.

Luau (lowercase u, /ˈlu.aʊ/) is a fast, small, safe, gradually typed embeddable scripting language derived from Lua.

It is designed to be backwards compatible with Lua 5.1, as well as incorporating some features from future Lua releases, but also expands the feature set (most notably with type annotations). Luau is largely implemented from scratch, with the language runtime being a very heavily modified version of Lua 5.1 runtime, with completely rewritten interpreter and other performance innovations. The runtime mostly preserves Lua 5.1 API, so existing bindings should be more or less compatible with a few caveats.

Luau is used by Roblox game developers to write game code, as well as by Roblox engineers to implement large parts of the user-facing application code as well as portions of the editor (Roblox Studio) as plugins. Roblox chose to open-source Luau to foster collaboration within the Roblox community as well as to allow other companies and communities to benefit from the ongoing language and runtime innovation. As a consequence, Luau is now also used by games like Alan Wake 2 and Warframe.

Our main luau repository hosts source code for the language implementation and associated tooling. It is updated weekly with code updates from internal repository as well as binary releases, and welcomes contributions. It should also be used for questions or discussions or for filing bug reports.

We also have other repositories that host satellite materials:

Pinned Loading

  1. luau Public

    A fast, small, safe, gradually typed embeddable scripting language derived from Lua

    C++ 4.4k 418

  2. site Public

    Official website and documentation for the Luau programming language

    HTML 10 29

  3. research Public

    Research papers and publications for Luau

    TeX 13 2

  4. rfcs Public

    RFCs for Luau evolution

    66 57

Repositories

Showing 10 of 14 repositories
  • lute Public

    A standalone Luau runtime for general-purpose programming

    C++ 53 MIT 9 32 (1 issue needs help) 11 Updated Apr 26, 2025
  • benchmark-data Public

    Benchmark reports automatically generated from workflows in Luau repository

    JavaScript 3 0 0 0 Updated Apr 25, 2025
  • luau Public

    A fast, small, safe, gradually typed embeddable scripting language derived from Lua

    C++ 4,400 MIT 418 213 14 Updated Apr 25, 2025
  • rfcs Public

    RFCs for Luau evolution

    66 57 0 30 Updated Apr 25, 2025
  • msvc-dev-cmd Public Forked from ilammy/msvc-dev-cmd

    GitHub Action to setup Developer Command Prompt for Microsoft Visual C++

    JavaScript 0 MIT 64 0 0 Updated Apr 24, 2025
  • setup-nasm Public Forked from ilammy/setup-nasm

    GitHub Action to install NASM

    JavaScript 0 MIT 7 0 0 Updated Apr 24, 2025
  • action-gh-release Public Forked from softprops/action-gh-release

    📦 :octocat: GitHub Action for creating GitHub Releases

    TypeScript 0 MIT 530 0 0 Updated Apr 18, 2025
  • site Public

    Official website and documentation for the Luau programming language

    HTML 10 MIT 29 0 1 Updated Apr 17, 2025
  • .github Public
    0 1 0 1 Updated Aug 14, 2024
  • site-mirror Public Forked from luau-lang/site

    Documentation site for Luau

    HTML 1 MIT 29 0 0 Updated Aug 13, 2024

Most used topics

Loading…