Ignore or unignore a remote
ignore-remoteSuppress or restore logging for a Roblox remote by exact name and direction after running ensure-remote-spy; ignored remotes still fire.
Instructions
Ignore or unignore logging for a Roblox remote by exact name and direction. Requires ensure-remote-spy first; ignored remotes still fire.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | Yes | Whether the remote is Incoming or Outgoing | |
| remoteName | Yes | The exact name of the remote to ignore/unignore | |
| shouldIgnore | No | true to ignore, false to unignore |