rconsoleshow Synchronous

  • consolecreate
  • consoleshow
  • rconsolecreate

Show the script console, creating its on-screen UI if needed. Make it visible before printing a prompt you expect the user to answer.

Syntax
Luau
rconsoleshow() -> ()

Parameters

This function takes no arguments.

Returns

()

No values.

Usage notes

Showing the console keeps its existing lines; call rconsoleclear for a fresh view.

Example

Example
Luau
rconsoleshow()
rconsolename("Import tool")
rconsoleinfo("Ready for a file")
Kawaii documentation