CollectionService Question

Hi, I was wondering if it’s possible to detect when a tag is added to a object.

Like does CollectionService offer a feature for this? ex: Baseplate:TagAdded(Object, “Name”) if not how would I go about achieving this?

Yes, CollectionService does have a function for this. CollectionService:GetInstanceAddedSignal() Documentation. There’s also CollectionService:GetInstanceRemovedSignal().

1 Like