VINDICTA.TOP
Console · Function Deprecated
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

rconsoleprint

Prints text to the executor console window.

Deprecated
This was mainly used in KRNL and Synapse afaik, but since those have been long gone, most executors dont support these functions, nor are there any current scripts that have used them
function rconsoleprint(texttextstringThe text to write. You must include \n for newlines.: string): void

Usage

Basic output
rconsolecreate()
rconsoleprint("Hello, World!\n")
rconsoleprint("Line 2\n")