# CollectionService

CollectionService GetTagged is very fast. You can grab it each frame and run your logic per frame on each object without worrying about bottlenecking yourself.

onTagAdded triggers immediately, but consequentially, it can cause certain operations like .parent and :destroy to error. It's safer to put added objects into a list and process them in a heartbeat instead.
