rconsolename Synchronous
consolenameconsolesettitlerconsolesettitle
Change the title at the top of the script console. A named console makes it obvious which tool is asking for input or reporting progress.
Luau
rconsolename(title: string) -> ()Parameters
| Parameter | Type | Description |
|---|---|---|
title | string | New console title. |
Returns
()No values.
Usage notes
This changes the heading; it does not add an output line.
Example
Luau
rconsoleshow()
rconsolename("Asset importer")
rconsoleprint("Waiting for a file")