This is a plugin for editing CollectionService tags.
This plugin allows you to create tags, and then assign them to objects in your game. You can also visualize and view a list of what objects have a given tag, and so on. It’s become an essential tool in many game developers’ toolboxes.
What is CollectionService, and why use it?
CollectionService is an API that allows objects to have tags put on them. Scripts can then get a list of all objects with that tag quickly and easily.
CollectionService | Roblox Creator Documentation
One of the major usecases is to avoid copying and pasting scripts throughout your game, making them easier to update and easier for level designers to work on a team.
Features
Keep track of your tags
Having an explicit tag list helps avoid typos, since you can just click on the checkbox to add a tag to an instance. The checkboxes sync with your currently selected instances.
Custom icons
Includes a set of over 700 icons from the FamFamFam set, an Emoji picker, and a way to use your own images as icons.
World View
The plugin offers built in visualization by selecting the “World View” button.
When you toggle this, it will show objects with tags depending on how you have them configured.
You can configure how each tag renders, with the following options:
-
Selection box (filled or outline)
-
Floating icon
-
Floating text label
-
Sphere
-
None
You can also quickly toggle a tag on and off by clicking the lightbulb button on the main tag list.
Enabling the world view also makes it so hovering a tagged object with your mouse will create a tooltip showing what tags it has. It also shows the name and class.
Color picker
The color in the world view mode can be configured with a built in color picker. If you have the ColorPane extension with the API enabled, then it will use that instead.
Instance view
The instance view shows a list of all of the instances with a given tag, which allows you to quickly select one or more of them. The selection syncs with Studio’s built in object selection.
Right Click Menu
Allows you to quickly configure tags.