We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The debug console is a way to call methods by typing them into chat. The syntax is: debug <script>, <method>, <arg1>, <arg2>...
debug <script>, <method>, <arg1>, <arg2>...
Example: debug Gui, 1, "bar", <1,0,1>, <1,1,1> - Creates a bar with the label "bar" on your HUD with pink body color and a white frame.
debug Gui, 1, "bar", <1,0,1>, <1,1,1>
Refer to the script header files for documentation about their methods.
There was an error while loading. Please reload this page.