rconsolename Synchronous
consolenameconsolesettitlerconsolesettitle
Set the title displayed by the script console. Give the console a title that identifies the current tool or task. This changes the heading rather than adding a line to the output.
Luau
rconsolename(title: string) -> ()Parameters
| Parameter | Type | Description |
|---|---|---|
title | string | New console title. |
Returns
()This function returns no values.
Example
Luau
rconsoleshow()
rconsolename("Settings editor")
rconsoleprint("Ready")