Skip to main content
Seliware keeps the rconsole.* library disabled.
None of the functions below are callable from the executor environment.
rconsole.* is a console-window library shipped by some executors. It opens a separate terminal window owned by the executor and exposes print, input, clear, and similar calls. Hyperion (Roblox’s anticheat) detects it, and the implementation was unfinished - disabled for now.
It’ll come back in the future.
For script output use Roblox’s native print and warn, which write to the Roblox client output console.
  • print - Native Luau global - writes to the Roblox output console.
  • warn - Native Luau global - same as print but marked as a warning.