Advertisement
Waghog

check all bk

Sep 28th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. for i,v in pairs(game.Workspace:GetChildren()) do
  2. if v:IsA("Part") and v.Name == "Part" then
  3. if v.BrickColor == BrickColor.new("Really red") and v.Transparency == 1 then
  4. v.Transparency = 0.5
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement