Thursday, June 26, 2025
32.4 C
Singapore

Singapore is Los Angeles in the future in Westworld Season 3

Singapore is among the locations of Season 3 of the Emmy-winning futuristic HBO drama Westworld. The season premiere was on March 15.

The series stars Evan Rachel Wood, Aarol Paul, Thandie Newton and Ed Harris and now several Singapore-based stars share the screen with the Hollywood cast.

Among them is Bobby Tonelli, 44. In an interview with malaymail.com published on Friday (April 3), Tonelli spoke about the differences between a Hollywood show and a local one:  The budget, size and attention to detail.

The entire filming was kept secret and no detail was let out. The Singapore-based actor shared that the set was welcoming despite the show’s massive scope.

Tonelli said Paul and Wood were not only nice and humorous but also good to work with. There were no egos on the set.

He mentioned many memorable moments with his co-stars. For example, Paul had to act in a tense scene more than 12 times for different camera angles and timing.

See also  Fans are furious after Jackson Wang was “ridden like a horse” on a variety show
Bobby Tonelli moved to Singapore 13 years ago. Picture: Instagram

Tonelli is not sure if the scene made into the final cut but dropping something during the tense part was instrumental.

Some takes were funny so the cast and crew had a good laugh.

Born in Las Vegas, Nevada, Tonelli has called Singapore home for the past 13 years. He moved to South-east Asia to become a fashion model after an injury during his baseball career. In Singapore, he became an actor and television host.

One of the series he starred in was The Little Nyonya. He is usually cast as a British or other character but hardly as an American, probably because the modern history of South-east Asia has been influenced by the British or other Europeans.

While some roles can be cliched, Tonelli feels that the challenge is for the actors to make them interesting and unique. He says he is lucky that the roles he has taken on in Singapore had substance and had challenged him as an actor.

See also  Emma Watson criticised for her Black Lives Matter posts

Other Singapore-based names in Season 3 of Westworld include Tuen Wai Meng, Salif Hardie, Nikki Muller and Cheryl Chitty Tan. /TISG

Hot this week

Jodie Burrage stunned by unusual incident at a tennis match in Eastbourne

British tennis player Jodie Burrage was stunned after losing...

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