Thursday, June 26, 2025
30.8 C
Singapore

Complete living room set-up spotted at HDB lift lobby

Singapore – Pictures of a Housing and Development Board (HDB) lift lobby are making the rounds on social media for its extended living room set-up. The lobby even has an office corner, a coffee table and a couch.

One Dato Crow TaQuya took to Facebook page Make Them Famous on Friday (May 14) to share video footage that was initially sent through WhatsApp.

The video begins in what looks like a typical corridor in an HDB block.

Photo: FB screengrab/Dato Crow TaQuya

However, the video then shows the lift lobby, which looks like a living room.

Photo: FB screengrab/Dato Crow TaQuya

There is even a work desk and a chair in one corner, perhaps for work-from-home purposes.

Photo: FB screengrab/Dato Crow TaQuya

A couch and a coffee table, complete with a floor carpet and decorative flowers, are in the centre of the lobby.

Photo: FB screengrab/Dato Crow TaQuya

“This is called R.O.C. (Relax One Corner),” wrote Mr Dato.

He added that he didn’t know in which HDB block the video was taken.

The original poster wondered if the furnishings were used to prevent kids from playing soccer at the lift lobby.

See also  New year, same scams: pedestrian jumps onto a moving vehicle along Woodlands Ring Road

Members of the online community commented that the scene looked like a condominium where a private lift opens directly into someone’s apartment.

There was even a foot rug placed directly outside the lift door, which added to the effect.

Photo: FB screengrab/Dato Crow TaQuya

Others also speculated that a household was in the process of spring cleaning and needed to move furniture and other belongings out to the lift lobby./TISG

Read related: HDB lifts in Toa Payoh break down, man carries elderly dad up to 19th floor

HDB lifts in Toa Payoh break down, man carries elderly dad up to 19th floor

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

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