Looking for a way to set mass primary parts on models I forgot to do

I’ll probably be done manually doing this by the time I get a response but is there a better way? All the models have the same “Block” name since it’s a grid. Was wondering if there’s a way to mass set PrimaryPart beyond scripting it, perhaps a Studio feature I don’t know about.

1 Like

Permanent fix, probably not unless there’s a plugin out there…

But a temporary fix could be looping through every model, if primarypart ~= nil then detect a name for a descendant or pick a random & set primarypart

1 Like

Oh I forgot about this question. I decided to script the grids for each area instead. I wasn’t 100% confident I didn’t have any parts overlapping each other.

1 Like