# when it click it goes transparensy 1 and when click again it goes transparensy 0 and when click again it goes transparensy 1
# For I, V in ipairs(model:GetChildren()) do If V:IsA("BasePart") then V.Transparency = UrTransparencyhere end end