[ad_1]
Created by garfield#9172
Features:
- REVEAL ALL PARTS
for i,v in pairs(game.Workspace:GetDescendants()) do
if v:IsA("Part") then
if v.Transparency == 1 then
v.Transparency = 0
else
v.Transparency = 1
end
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]