Appearance
Shows the console window.
function Console:show(): ()
local console = require("@runtime/console") local stdConsole = console.allocate() stdConsole:hide() task.wait(3) stdConsole:show() stdConsole:print("We back")