of     1   

kevincatssing
#139360790Saturday, July 05, 2014 11:07 PM GMT

x=game.Workspace.Dinomodel:GetChildren() for i=1,#x do if x[i].ClassName == "Model" then g =x[i]:GetChildren() for v=1,#g do if g[v].ClassName == "Part" then g[v].Transparency:1() end end end end and help me simplify it please qq
Vuva
#139361329Saturday, July 05, 2014 11:13 PM GMT

Erm, can you give a description of what it should do?
jayEngine
#139361849Saturday, July 05, 2014 11:19 PM GMT

thing.Transparency = 1
smiley599
#139361905Saturday, July 05, 2014 11:19 PM GMT

g[v].Transparency:1() should be g[v].Transparency=1
kevincatssing
#139367524Sunday, July 06, 2014 12:21 AM GMT

Oh yeah that but I fixed that too and it ddin't work qq I ran the script in studio command bar I suposely made it so that it would turn all the bricks inside the model invisible but it didn't qq

    of     1