Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Descendants = workspace:GetDescendants()
- for i, value in pairs(Descendants) do
- if value.Name == "Important" then
- local cups = value:GetDescendants()
- for i, e in pairs (cups) do
- if e.Name == "Detail" then
- local v = e.Parent.Parent
- v["1"].Detail.Transparency = 1
- v["1"].Primary.Transparency = 1
- v["3"].Detail.Transparency = 1
- v["3"].Primary.Transparency = 1
- v["5"].Detail.Transparency = 1
- v["5"].Primary.Transparency = 1
- end
- end
- end
- end
- --Script made by Uwerz--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement