Description
Retrieves recent console output messages captured by the LogService listener. Maintains a buffer of the last 500 messages. Messages are captured from all sources except those prefixed with[RbxGenie].
Endpoint
Parameters
This tool takes no parameters.Response
Always returns
trueThe number of messages in the output buffer
Array of console message objects
The message level:
"output", "info", "warning", or "error"The message content
Timestamp in seconds from
os.clock()Examples
Get console output
Empty buffer
Notes
- The buffer maintains a maximum of 500 messages
- Older messages are automatically removed when the buffer is full
- Messages prefixed with
[RbxGenie]are filtered out - Timestamps are relative to
os.clock()and reset each session