remove_tag
Remove a CollectionService tag from a Roblox instance. Provide the instance path and tag name to delete the tag.
Instructions
Remove a CollectionService tag from a Roblox instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagName | Yes | Name of the tag to remove | |
| instancePath | Yes | Roblox instance path using dot notation (e.g., "game.Workspace.Part") |