ComputerScience.io
  • Welcome
  • Lua Language
    • What is Lua?
      • Design of Lua
      • Luau
    • Decisions
  • Roblox Studio
    • Introduction
    • Roblox Studio
      • Roblox Studio Basics
    • Story Game Project
    • API
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Lua Language
  2. What is Lua?

Luau

PreviousDesign of LuaNextDecisions

Last updated 3 years ago

Was this helpful?

Luau (lowercase u, /ˈlu.aʊ/) is a fast, small, safe, gradually typed embeddable scripting language derived from Lua. It 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.

Luau is syntactically backwards-compatible with Lua 5.1 (code that is valid Lua 5.1 is also valid Luau).

Roblox has extended Lua with additional features. The syntax is described .

here
LuauLuau
Logo