Wednesday, June 25, 2025
31.9 C
Singapore

Young migrant worker falls to his death after rope holding him snaps in freak accident

A young migrant worker fell to his death this Tuesday when a rope attached to him at a construction site snapped in a freak accident.

The Indian national had been secured to the rope and was hovering several floors above ground as he was painting the exterior of the Royal Plaza on Scotts. Suddenly, the rope holding him became caught on the side mirror of a private bus that was passing on the road below and snapped, causing the worker to plunge to his death.

The police, who were alerted to the accident at 5.37pm, found the worker lying motionless when they arrived at the scene. Paramedics later pronounced the young man dead at the scene.

The Ministry of Manpower (MOM) has reported that the worker was employed by CKR Paints and Coating Specialist and that main contractor for the works at the Royal Plaza on Scotts is Advanced Specialist. All works involving rope access were halted after the accident.

See also  WEIRD: Elderly man exits vehicle just to throw trashcan lid onto road before driving away

MOM and police investigations are ongoing.

Just last week, another young migrant worker fell to his death in another accident. A 28-year-old Bangladeshi migrant worker plunged from the fifth floor to the first floor while his team was carrying out lift upgrading works at a HDB block in Chai Chee Road.

https://theindependent.sg.sg/young-migrant-worker-dies-during-lift-upgrading-works-at-chai-chee-rd-hdb-block/

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); } });