Get the roblox developer console output from the Roblox Game Client
get-console-outputRead recent Roblox developer console logs from the active client. Control volume with limit and ordering with logsOrder, and optionally filter by text.
Instructions
Read recent Roblox developer console logs from the active client. Use limit and logsOrder to control volume and ordering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 50, to avoid overwhelming output) | |
| filter | No | Optional string filter; only logs containing this text are returned | |
| logsOrder | No | The order of the logs to return (default: NewestFirst) | NewestFirst |