// Adds dimensions UUID, Author and Topic into GA4
Friday, July 11, 2025
31.3 C
Singapore

Unknown subject fires rocket sparkler towards Kebun Baru Food Centre; witnesses escape unscathed

The Chinese daily reported that a “mysterious character” fired a rocket sparkler in the direction of Kebun Baru Food Centre from about 50 metres away, yesterday around 4.30pm.

Eyewitnesses recount that stall owners were preparing for the dinner crowd when the rocket hurtled towards the centre.

One fruit stall owner told reporters that he first heard a zipping sound cutting through the air, as he was in front of his shop, followed by the shocking sight of a ball of fire speedily hurtling towards him. The rocket sparkler stopped just short of the hawker when it landed on the ground and slid towards his stall.

Fearful that the rocket may explode, the hawker flung the rocket away using a metal hook implement. The rocket continued burning up to a metre’s height underneath a nearby table for half a minute, emanating thick smoke, before two bystanders used the centre’s fire extinguisher to put out the flame.

Thankfully, no one was injured.

See also  Grab: What are you going to do about the welfare of your drivers?

The rocket sparkler can be extremely dangerous and cause severe burns. Similar to but significantly larger than average sparklers, a rocket sparkler flies with great momentum, giving off unpleasant smoke. Sparklers such as these consist of a metal rod with a coating of pyrotechnic compound that burns up to several hundred degrees celsius when activated.

The police has confirmed that it is presently investigating the incident as a case of arson and mischief.

 

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