LuaScriptReference by categoryBasicPrintOn this pagePrintDump a variable to the console. Extremely useful for debugging problems. Example local yourVariable = "This can be anything, from a simple string to a complete on gameObject."print(yourVariable) User Variables No user variables.