Find any script for Roblox

Enter the name of the game or script.

Script – Impossible glass bridge obby

Thank you for using our website
Your script:

NO KEY

for _, obj in pairs(workspace:GetDescendants()) do
  if obj:IsA("Part") then
    if obj.Name == "Vidrio templado" then
      obj.BrickColor = BrickColor.new("Bright green")
    elseif obj.Name == "Vidrio roto" then
      obj.BrickColor = BrickColor.new("Bright red")
    end
  end
end