So i have a script that makes a grid of parts, i want to combine parts of the same color to reduce part count
How it looks currently (Top) vs How i want it to look (Bottom) Exmaple
i have tried writing code for this, i don’t have it because i deleted it
but it was awful
it relied on parts being grouped into lines, and numberedly named (is that a word??)
the code looked a bit like
index = 1
length = 1
indextoresize = 1
for L=1,#Model:Getchildren() do
for A=1,#Model[L]:Getchildren() do
end
