”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
Although Knight has never backed down from a fight, taking on four top stars by himself may prove impossible. If he hopes to survive The Bloodline’s attacks and potentially get revenge on Roman Reigns, The Megastar may need allies.
That said, in this article, we look at six WWE Superstars who could help LA Knight even the odds.
#6. Seth Rollins
Seth Rollins has spent much of 2026 rebuilding his momentum after several setbacks. However, one thing has remained constant throughout his WWE career: his complicated relationship with Roman Reigns.
The Visionary knows Roman better than almost anyone else in WWE. Their history dates back to The Shield, and Rollins has repeatedly found ways to get under the Tribal Chief’s skin.
Although The Visionary and LA Knight have never been close allies, they share a common enemy. Roman Reigns’ growing power could eventually threaten everyone on the RAW roster, including Seth Rollins.
Hence, a temporary alliance would benefit both men. Knight would gain a proven main-event star by his side. Meanwhile, Rollins would get another opportunity to derail Roman Reigns’ plans.
#5. Royce Keys
Royce Keys has emerged as one of WWE’s fastest-rising young stars in recent months. Despite his relative inexperience compared to some of the names on this list, he has already shown that he belongs in the spotlight.
Keys crossed paths with LA Knight during the King of the Ring tournament and proved that he can hang with established stars. More importantly, he has every reason to oppose Roman Reigns and The Bloodline.
Helping Knight would immediately place Keys in one of WWE’s biggest storylines. At the same time, The Megastar would gain an energetic partner capable of standing up to Jacob Fatu and The Usos.
Triple H has consistently used major rivalries to elevate younger stars. Hence, a partnership between Knight and Keys could accomplish exactly that.
#4. Tama Tonga
Tama Tonga may not be a fan favorite. However, he has every reason to oppose Roman Reigns’ Bloodline. As one of the key members of Solo Sikoa’s MFT, Tama is firmly on the opposite side of The Bloodline.
Although LA Knight’s issues with Roman Reigns have intensified due to Jacob Fatu’s recent attacks, Tama’s problems are much deeper. The rivalry between MFT and Roman’s Bloodline has been brewing for a long time now. Solo and his crew have refused to acknowledge the OTC.
That shared enemy could create an unlikely partnership. Tama doesn’t need to like LA Knight to work alongside him. All he needs is an opportunity to hurt Roman Reigns and weaken The Bloodline’s influence.
If WWE decides to escalate the conflict between the two factions, Tama helping LA Knight would make perfect sense.
#3. Talla Tonga
Talla Tonga has quickly become one of the most dangerous members of MFT.
The giant enforcer gives Solo Sikoa’s group a physical presence that can match Jacob Fatu’s brutality. Although LA Knight has plenty of heart, he lacks the numbers and size advantage needed to combat Roman Reigns’ faction on his own. That’s where Talla Tonga comes in.
An alliance between The Megastar and MFT would instantly change the balance of power. Talla could neutralize Jacob Fatu physically while Knight focuses on getting his hands on Roman Reigns.
Considering the ongoing hostilities between MFT and The Bloodline, Talla siding with Knight would be less about friendship and more about taking down a common enemy.
#2. Solo Sikoa
Solo Sikoa has made it abundantly clear that he wants nothing to do with Roman Reigns. When Roman attempted to bring him back into The Bloodline, Solo rejected the offer. Thus, making it known that the issues between them are far from resolved. That’s why LA Knight could become a valuable ally.
Knight wants revenge on Roman Reigns and Jacob Fatu. Solo wants to bring down the Tribal Chief once and for all. Their motivations may be different. However, their target is the same.
Hence, a temporary alliance between LA Knight and MFT would instantly give Roman Reigns his biggest problem yet. Instead of dealing with one angry Megastar, The Bloodline would have to contend with Solo Sikoa and his entire faction as well.
#1. CM Punk could help LA Knight
If there is one superstar who makes the most sense as LA Knight’s partner, it is CM Punk. Punk has spent much of the past two years crossing paths with Roman Reigns, Paul Heyman, and various Bloodline members. The Second City Saint has never been intimidated by factions. Also, he seemingly thrives when the odds are stacked against him.
Beyond the storyline reasons, Punk and Knight share a similar connection with WWE audiences. Both men excel on the microphone and have massive fan support. Also, both possess the confidence needed to challenge Roman Reigns.
Imagine the reaction if CM Punk interrupted a Bloodline assault on LA Knight. That alone would instantly create one of WWE’s hottest rivalries. Punk doesn’t need to join Knight permanently. Even a short-term alliance could completely change the balance of power.
For now, LA Knight remains outnumbered by Roman Reigns, Jimmy Uso, Jey Uso, and Jacob Fatu. But if The Megastar decides to recruit allies, CM Punk could be the game-changing partner he needs to finally take the fight to The Bloodline.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/6-wwe-superstars-who-could-help-la-knight-against-the-bloodline?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here



