Сontent continues after AD

Сontent continues after AD

Сontent continues after AD

Script – Impossible glass bridge obby

Thank you for using our website
Your script:

				
					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
				
			

if the script does not work, try other scripts on our website