Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- model = game.Workspace.maBrickmodel:GetChildren()
- model[2].Transparency = .5
- -------------------------------------------------loop through all
- for i,v in pairs(model) do
- v.Transparency = .5
- print(v)
- end
- ---------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement