of     1   

john102108
#141132153Tuesday, July 22, 2014 3:49 AM GMT

Is it possible to spawn a whole model with a script? Or would I have to code each part of the model?
Vuva
#141132678Tuesday, July 22, 2014 3:54 AM GMT

Erm of course you're going to have to code for each brick, where else will they get their information? Model=Instance.new("Model",Workspace) Part1=Instance.new("Part",Model) Part1.blahblahblah=blah Part2=Part1=Instance.new("Part",Model) Part2.blahblahblah=blah But if your'e talking about cloneing a model, you can just do ClonedModel=Model:Clone()
john102108
#141132950Tuesday, July 22, 2014 3:58 AM GMT

That's so much for the reply vuva. I'll definitely try it out tomorrow. Didn't expect a reply so soon. Was gonna sleep on it hahaha

    of     1