Wednesday, June 25, 2025
31.9 C
Singapore

Singaporean couple robbed at Johor Bahru after leaving car for 5 minutes

“It was meant to be a good year to celebrate”, wrote Hus Razy in his Facebook profile on January 25, Friday. But it turned out that their celebration got cut short because their car was completely ransacked after leaving it for only 5 minutes at Johor Bahru.

The Singaporean couple was driving to Johor Bahru to run some errands the day before and had to make a stop to change their SGD to MYR. They parked their car near Taman Pelangi and when they returned merely 5 minutes later, they realized that they had been robbed.

The left rear window was smashed and from there, their passports, wallets, bags and other personal belongings were stolen. See the post below:

Posted by Hus Razy on Thursday, 24 January 2019

They gave the warning to anyone driving to JB frequently to be extra cautious especially because it is a tedious task to get the proper documents in order to return to Singapore.

See also  PM Lee tells Transport Minister S Iswaran to take a leave of absence while CPIB probe is ongoing

Netizens shared their experiences and agreed that it is indeed not safe to leave any belongings unattended in that area.

Photo: Facebook screengrab

Photo: Facebook screengrab

Lim Gabriel reiterated the rule of never leaving anything behind in the car when heading to JB. Even his friend’s baby sister got her bag full of crayons stolen.

Photo: Facebook screengrab

Fortunately, for cases like this, the Singapore Ministry of Foreign Affairs has opened a consular office at City Square, JB (35th floor). They specialise in attending to Singaporeans who experienced problems at Johor.

Singapore Consulate-General in Johor Bahru

Telephone: +607 226 5012

Fax: +607 226 5013

E-mail: [email protected]

Hot this week

US Supreme Court clears path for rapid deportations without hearings

UNITED STATES: In an important legal triumph for the...

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

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