Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a model Invisible?

Asked by 8 years ago

Ok so lets say model is called Tree I did this

for I,v in pairs(game.Tree:GetChildren()) do v.Transparency = 1 end

Why does this not work?

1 answer

Log in to vote
0
Answered by 8 years ago

If any member of game.Tree isn't a part, it won't work. This includes any models inside of the model, which won't handle it properly.

Ad

Answer this question