TL;DR CollectionService.TagAdded fires when a new CollectionService Tag is created. If you want to trigger an event when a tag is added to an object, check the code in the solution below.
I have a list of objects and I want to trigger some code when a CollectionService tag is added to one of the objects.
I noticed in the documentation there was an event called CollectionService.TagAdded, but it has pretty much zero documentation and I wasn’t sure how it worked. Could someone explain to me what the event does and how I could solve my problem?