GamePrintImportant("Hello", "") -- single-line input here
-- This panel is for executing multiline chunks of lua code; -- press shift+enter to run the code in this panel for i = 1, 10 do print(i) end