tiffany352 / Roblox-Tag-Editor

A plugin for manipulating CollectionService in Roblox Studio.
https://devforum.roblox.com/t/tag-editor-plugin/101465
Other
59 stars 14 forks source link

Add concept of required attributes #59

Open tiffany352 opened 2 years ago

tiffany352 commented 2 years ago

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 be added to the tagged object.

This might also pair nicely with a way to restrict which instance classes can be tagged for a given tag.