Did Erin Moriarty have a plastic surgery? Starlight's revamped appearance in The Boys Season 4 expla (2024)

The teaser for The Boys season 4 has been unveiled and has raised excitement for fans as they anticipate watching their favorite characters soon.

Many new characters like Sister Sage have joined, while some others like Ryan have grown up. However, Starlight is a character who looks markedly different in the teaser than what she did in season 1.

Fans noticed changes in her looks in season 3, and her character sparked speculations about plastic surgery. Her recent photographs with sharper facial bones and refined appearance have taken fans by surprise. While detailed analysis about whether the actor has had surgeries has taken social media by storm, actor Erin Moriarty has put forth no comments.

Moriarty seems to have done some minor surgical work on her face. Many before-and-after photographs are doing rounds along with talks from fans and viewers about what looks changed in the appearance of the actress.

Open to conjecture, this article explains the changed looks of the talented actor before The Boys season 4 lands on screens.

Disclaimer: This article may contain the author’s opinions.

The Boys season 4 teaser shows Starlight with a different appearance

Moriarty's Starlight in Season 1 and season 4 of the show (Image via IMDb and Prime Video)

Whispers and curiosity about Starlight’s altered looks have been doing rounds for quite some time. Season 3 saw her sporting a sharper jaw and a more svelte figure. The teaser of The Boys season 4 presents her with contoured cheekbones and hollowed-in upper eyelids.

While some fans believe that she had a rhinoplasty done, others have noticed fuller lips, hinting at her getting a lip job. Some medical experts have also commented on the transformation. As the actor has neither accepted nor refuted the remarks, they are left for conjectures.

Why does Erin Moriarty’s face look different?

Moriarty is looking markedly different in The Boys season 4 trailer. While the actor is aging, some medical procedure seems to have gone into her appearance. Her nose looks better aligned than before, as pointed out by some medical professionals.

She may have done a nose job or a rhinoplasty. The hollow over her upper eyelids may come from a surgical procedure or due to intense weight loss. The actor has lost considerable weight in the last few years.

Starlight is a scene from a previous season of the show (Image via IMDb)

Moreover, comparing photographs of a 28-year-old Moriarty with when she was 21 is likely to show a difference due to aging. With the actor losing a lot of weight as well as aging at the same time, her natural bone structure has become more prominent.

While fans have pointed out a better jawline and cheekbones, a hollow above the upper eyelids and fuller lips, there's no structural change. Moriarty always had full lips, so weight loss on the face has only made it more prominent.

What is Erin Moriarty’s next project?

Moriarty's Starlight is back in The Boys season 4 (Image via IMDb and Prime Video)

Erin Moriarty has been famously playing Annie January AKA superhero Starlight in the Prime video series, The Boys. She's set to appear in The Boys season 4 in a prominent role opposite Homelander. She has been the most selfless and dedicated of all the superheroes in the series.

However, she became disillusioned when she learned about the reality of the Vought organization. While in the previous season, she had given up her place with the Supes and the Seven, she's back this season with Hughie by her side.

As part of The Boys, she's set to challenge the Supes and appears in front of the New York County Courthouse during Homelander’s trial. When riots broke out between her and Homelander’s supporters, she was horrified.

Check out Erin Moriarty’s Starlight in the teaser of The Boys season 4, and stay tuned for the show to drop in 2024.

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1770622, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1770622); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1770622) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1770622) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaKifpXqkwcutrKudX5m2pXnEq6CnZZ2kv6qt0a2wZqiclsC1tcJmqq6ql5q%2FunnSrZirpJmctbV50mapnq6Ror2msIyap6mdkaeur6%2FEZquhnV2XvLq%2FjKycmqufo3p1ecSxp6WZmaOypQ%3D%3D

Did Erin Moriarty have a plastic surgery? Starlight's revamped appearance in The Boys Season 4 expla (2024)

FAQs

Why does Starlight look different in season 4? ›

The Boys season 4 sees Erin Moriarty look distinctly different, sparking rumors that she resorted to plastic surgery to maintain youthfulness for Starlight's role. In contrast to these claims, Starlight, the character Moriarty plays, is seen fighting for originality and self-acceptance in the show.

What has Starlight done to her face? ›

Dr Elie Levine said: 'Her cheeks have definitely been augmented — it could be filler or implants — her lips look profoundly fuller too. ' The surgeons said the shift in her facial appearance had likely caused so much speculation online because she appeared 'radically different'.

What happened to the actress who plays Starlight? ›

Moriarty, who plays Starlight on the Prime Video series, was previously forced to take an “extensive if not permanent” break from social media after being harassed over “reductive assumptions” about her appearance.

Did Erin Moriarty have a baby? ›

Erin Moriarty was born on April 6, 1952 in Cincinnati, Ohio, USA. She is known for 48 Hours (1988), CBS News Sunday Morning with Jane Pauley (1979) and West of Memphis (2012). She has been married to James Edwin Musurca since October 15, 1983. They have one child.

Why is Starlight so skinny now? ›

Erin Moriarty's Surgery

Some people believe she might have had liposuction, which is a surgery that helps remove extra fat from the body and might explain her new weight. Others are saying she might have had a facelift or plastic surgery to change the way her face looks.

Why did Starlight change her suit? ›

She initially disregards Vought's attitude towards fighting criminals, dismayed at having her patrols arranged for her in "Cherry", and was coerced into wearing a skimpy and more sexualized version of her costume designed by the female costume designer of Vought who had also designed the Homelander's suit.

What did deep do to Starlight scene? ›

It's been funny for the most part, though early on in the series Starlight (Erin Moriarty) is sexually assaulted by the superhero The Deep (Chace Crawford). That scene was deeply disturbing, and it was supposed to be.

Is plastic surgery reversible? ›

Reverse plastic surgery is possible in most cases, but the extent to which the results can be altered depends on the type of surgery in question. Sometimes, the reversal process is almost seamless. For instance, injectable procedures and fillers are the easiest to reverse.

Why did Starlight bleed from her nose? ›

To ensure her warning is seriously understood, Neuman squeezes Starlight's brain just enough to give her a nosebleed, but backs off before causing any proper damage. It's her way of threatening Starlight into silence. As the final moments of "Herogasm" prove, Neuman's ploy works like a charm.

Who is the fake Starlight in The Boys? ›

Hailing Erin Moriarty's performance as the fake Starlight, the director said there was just a stillness that she brought to her performance where she is just a bit more robotic.

Does Erin Moriarty actually sing? ›

Discography. The second season premiere of The Boys featured an original song "Never Truly Vanish" on which Moriarty provided the vocals.

How much does Erin Moriarty make per episode? ›

Erin Moriarty quick facts

While the TV series isn't so successful, Erin is making about $20,000 per episode, but it's estimated to rise if the show becomes more popular.

Is Erin Moriarty her real name? ›

Erin Elair Moriarty (born June 24, 1994) is an American actress. She is best known for her role as Annie January / Starlight in the Amazon Prime Video series The Boys (2019–present).

Is Starlight a different actress? ›

Erin Elair Moriarty (born June 24, 1994) is an American actress. She is known for her role as Annie January / Starlight in the series The Boys (2019–present). Prior to The Boys, she had notable roles in the series Jessica Jones (2015), True Detective (2014), and Red Widow (2013).

Does Starlight get her old suit back? ›

In "Good for the Soul" she tells Hughie (Jack Quaid) the new costume sucks after he compliments the return to her previous attire. Because that old aesthetic is deemed "family-friendly," she is permitted to wear this costume to the "Believe" Expo, which is incredibly telling.

Top Articles
Latest Posts
Article information

Author: Corie Satterfield

Last Updated:

Views: 5349

Rating: 4.1 / 5 (62 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Corie Satterfield

Birthday: 1992-08-19

Address: 850 Benjamin Bridge, Dickinsonchester, CO 68572-0542

Phone: +26813599986666

Job: Sales Manager

Hobby: Table tennis, Soapmaking, Flower arranging, amateur radio, Rock climbing, scrapbook, Horseback riding

Introduction: My name is Corie Satterfield, I am a fancy, perfect, spotless, quaint, fantastic, funny, lucky person who loves writing and wants to share my knowledge and understanding with you.