Friday, June 27, 2025
32.9 C
Singapore

Police reportedly on the hunt for Lexus driver who threw brick at Parliament House before fleeing

The Singapore Police Force appears to be on the hunt for a Lexus driver who drove into Parliament House and threw a brick at the driveway before fleeing. The incident seems to have occurred this afternoon, between 4.01pm to 4.09pm.

Netizens were alerted to the case when a picture of a taxi driver’s notification screen showing a lookout message by the police began circulating online. The message on the taxi’s Mobile Data Terminal says:

“Lookout Msg.Black Lexus bearing SJV2787A who has driven into Parliment House & threw brick at driveway today at 1601h to 1609hrs. Call Police 999”

UPDATE:

The Police said that a 45-year-old man was arrested on Friday (Jan 11) for criminal trespass after he drove a car outside the Parliament House driveway and threw a brick on the road. The incident happened at 4pm. Police investigations are ongoing.

See also  'Go back, bloody Indians,' says S'porean man to expat family at Pasir Ris Beach Park

Hot this week

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

Harvard and University of Toronto brace for crisis, draft backup plan for international students

TORONTO: In an audacious and extraordinary move, Harvard University...

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