-- This line is a comment. Anything written after the -- is considered a Comment and will not be read by Lua.
-- Comment can be multiline, for this you should write it in --[[ and ]]--
-- Set the console's state to 0. This will hide the console.
tpt.set_console(0)