|
| 14 Sep 2015 09:23 AM |
this is in a for loop. im mad because it won't work. Its supposed to set a parts transparency to 1 but its only doing the decal
if not v.className == "StringValue" then v.Transparency = 1 end if v:FindFirstChild("Decal") then v:FindFirstChild("Decal").Transparency = 1 end |
|
|
| Report Abuse |
|
|
prepareds
|
  |
| Joined: 07 Sep 2015 |
| Total Posts: 182 |
|
|
| 14 Sep 2015 09:25 AM |
if v.ClassName ~= "StringValue" then v.Transparency = 1 elseif v:FindFirstChild("Decal") then v:FindFirstChild("Decal").Transparency = 1 end |
|
|
| Report Abuse |
|
|
| |
|
prepareds
|
  |
| Joined: 07 Sep 2015 |
| Total Posts: 182 |
|
|
| 14 Sep 2015 09:31 AM |
| May I ask for the full script of coding? |
|
|
| Report Abuse |
|
|