Thursday, June 26, 2025
28.5 C
Singapore

Serangoon Viaduct: 2 cars overspeed, overtake, crash into vehicles

Singapore — Two vehicles spotted speeding and weaving through traffic dangerously along Serangoon Viaduct ended up crashing into one another and other stationary vehicles.

An Audi A5 and Hyundai Elantra were caught on a dashboard camera overtaking vehicles recklessly along Upper Serangoon Viaduct on Saturday (Sept 18).

The drivers’ decision soon resulted in an accident involving other vehicles.

The video, uploaded by Facebook page SG Road Vigilante, began with the Audi weaving through a bus and white sedan.

Photo: SG Road Vigilante
Photo: SG Road Vigilante

The Hyundai followed seconds after.

Photo: SG Road Vigilante

The white sedan was then seen changing to the middle lane as there were stationary vehicles up ahead by the side of the road.

Photo: SG Road Vigilante

Given their speed, the Audi and Hyundai did not foresee the stationary vehicles. The Audi even transferred to the lane with the stationary cars at the last second.

In an attempt to avoid a collision, the Hyundai swerved to the right, only to crash into the road barrier.

See also  Cab driver allegedly flees accident involving cyclist, returns 5 mins later due to witnesses
Photo: SG Road Vigilante

The Hyundai then collided with the Audi.

Photo: SG Road Vigilante

As the cam car moved past the accident, it appears that the stationary vehicles were also involved in a collision.

Photo: SG Road Vigilante

Passengers were seen standing by the side of the road, shocked at the following accident.

With the addition of the Audi and the Hyundai, a total of five vehicles were affected in the accident.

Photo: SG Road Vigilante

In response to the video, one Kenneth Goh noted having witnessed the Audi prior to the accident.

“Ah, I saw this Audi with no driving sense overtaking on the PIE to Ubi that day haha keep getting stuck behind cars despite his attempts to overtake and was still slower than the rest of us that just kept to the lane haha… Really stupid accident,” said Mr Goh.

Others noted that the footage would serve as proof for authorities. “Good with the video evidence Traffic Police can prosecute both with harsher punishments,” said Facebook user Riduan Sariff. /TISG

See also  HDB block corridor with spooktacular Halloween gory decor sends Singaporeans scream-ing with excitement!

Read related: Lane-splitting motorcyclist at CTE thrown off bike by lane-changing vehicle

Lane-splitting motorcyclist at CTE thrown off bike by lane-changing vehicle

 

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });