Roblox-Tag-Editor
Roblox-Tag-Editor copied to clipboard
A plugin for manipulating CollectionService in Roblox Studio.
Right now there's a few cases where text can overflow that should be fixed. - [x] Tag names in the tag list - [x] Group names in the group list...
[Wally](https://wally.run) is a package manager, which can be installed with aftman. It makes it nice and easy to add the dependencies, and removes the need for painful git submodules!
Switch from: Foreman -> [Aftman](https://github.com/LPGhatguy/aftman) (see why [here](https://github.com/LPGhatguy/aftman#differences-from-foreman)) Git Submodules -> [Wally](https://wally.run/)
Tags are often used to indicate component-like behaviors on instances. However, such behaviors may only be applicable to certain instances, and those instances might require additional data, like certain properties...
As a programmer, I want to add notes/comments to tags I add to the Tag Editor so that others can understand its purpose, behavior and any preconditions it may have....
Now that there are multiple tag folders it'd be helpful to know which folder a given tag comes from. Right now the best solution is for tags added by a...
This would be a new setting that hosts a list of attributes with their name, type, and default value. When adding a tag to an instance, these attributes would automatically...
When the Tag Editor window is open and a script is also opened, the script editor slows down significantly to the point where it becomes unusable.
I wasn't able to reproduce this, but my output window started getting spammed during a Play Solo test, with some message about setState being called during a redraw, and then...
## Client View Because ServerStorage doesn't replicate to the client, the plugin has no way to access the tag list in the client view in APS. It thinks there's no...