of     1   

CosmicPigeon
#227540705Tuesday, November 14, 2017 3:26 AM GMT

I want to get a children with the same name and change the transparency to 1. How do I do this? oh ho ho ho, is that right? -Doc, 2006
Vulkarin
#227540739Tuesday, November 14, 2017 3:27 AM GMT

for _,v in pairs(something:GetChildren()) do if v.Name == "something" then v.Transparency = 1 end
Linxesis
#227540752Tuesday, November 14, 2017 3:27 AM GMT

use a object value, and getchildren of all the object values
Chaddaking
#227540777Tuesday, November 14, 2017 3:28 AM GMT

for _,n in pairs(something:GetChildren()) do if n.Name == "Enter Name Here" then n.Transparency = 1 end
Linxesis
#227540778Tuesday, November 14, 2017 3:28 AM GMT

i think i read wrong, idk what u ment exaclty

    of     1