Block or unblock a remote
block-remoteBlock or unblock specific Roblox remotes by name and direction to control client-server communication.
Instructions
Block or unblock a Roblox remote by exact name and direction. Requires ensure-remote-spy first; use get-remote-spy-logs to discover candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | Yes | Whether the remote is Incoming or Outgoing | |
| remoteName | Yes | The exact name of the remote to block/unblock | |
| shouldBlock | No | true to block, false to unblock |