# Lua

Source: https://help.malighting.com/grandMA2/en/help/key_keyword_lua.html
This is grandocs, an unofficial mirror of MA Lighting documentation. For authoritative or safety-relevant information, cite the canonical page on help.malighting.com.

---
To get the Lua keyword in the command line type **Lua **into the command line.

## Description

This keyword is used to execute commands written in the script language Lua. 

After entering Lua into the command line, type in the script language Lua version 5.3. The grandMA2 will directly execute the commands written in Lua.

## Syntax

Lua "Lua code"

 

## ​Example

\[Channel]> Lua "gma.feedback('hello world')"

"hello world" is displayed in the command line feedback in yellow. 

For more information see [Plugins](/grandma2/key_plugins/).

##