Module literal

Source
Expand description

Luau literals

Enumsยง

Literal
A Luau literal value
LuauNumber
A luau number. The stored string will include the 0b, or 0x in case of binary and hexadecimal respectively.
LuauString
A Luau string. The stored string will include the quotes/double quotes/backticks.