add_tag
Add a CollectionService tag to a Roblox instance using its dot-notation path.
Instructions
Add a CollectionService tag to a Roblox instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagName | Yes | Name of the tag to add | |
| instancePath | Yes | Roblox instance path using dot notation (e.g., "game.Workspace.Part") |