Replacing multiple models with one

I bought a ROBLOX map and want to apply a purchase system to the houses. The doors aren’t named by position, so it’s hard to modify just the front door. Renaming all 388 houses manually is too time-consuming. I plan to modify one house, then replace the others with it. Is there a way to replace all the houses with that modified house?

One solution is a quick script. You can create your template house, and then loop through your workspace and grabbing each house, getting any relative position, and cloning the template and moving its same relative position to the original. You would then delete the house you’re replacing. This assumes each house is its own model, and that every house you want to destroy is named the same, and that every house has the same dimensions somewhat.

1 Like