How i can add tags for multiple part

i alrady read the forum about it but it dont work can someone say me how to do it in script pls thank you

Using CollectionService you could tag the parts and loop or get tagged parts to do something.

If a part is cloned, parts won’t get tagged so they only work from the start however you can use AddTag() to add it to the new parts

if they already exists and are tagged from the start, use GetTagged()

i know but how i do if i want to tag multiple part with script

1 Like