”
], { 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);
});
});
})();
Speaking on Fox News’ Outkick, the former NXT Women’s Champion made a surprising reveal that AAA originally offered to train her and be on the shows. However, Perez was 13 when she got the offer, and The Prodigy’s parents weren’t ready to take a huge step when she had just started training.
“A little backstory: I have been training to become a WWE Superstar since I was 13 years old, and when I was 16, I actually had an invitation to come to AAA, train here, and be on the shows, and that was really something that I wanted to do. Obviously, I wanted to wrestle all around the world and make a big name for myself, but I was 16 years old. So, my parents weren’t fully in on that. So, I didn’t get to take that opportunity. Now, AAA is a part of WWE, and I’m taking my opportunity, and I’m not asking for permission from anybody. So, I’m so excited to be here and also to just represent my culture,” Perez said.
Luckily, it all worked out for Perez as the Stamford-based promotion bought AAA in 2025, and she got to compete under the brand.
What’s next for Roxanne Perez in WWE?
Last year, Roxanne Perez moved to the main roster under Triple H’s creative leadership and joined Monday Night RAW. In the coming months, Perez joined The Judgment Day and helped Raquel Rodriguez remain the WWE Women’s Tag Team Champion until SummerSlam 2025, when they lost the titles to Charlotte Flair and Alexa Bliss.
This year, The Prodigy hasn’t held championship gold, but it could soon change. At Triplemanía 34, Roxanne Perez defeated Faby Apache, La Hiedra, and Nattie in a Fatal 4-Way match, becoming the new number one contender for the AAA Reina de Reinas Championship.
Moreover, she will participate in the upcoming qualifier match for the Women’s Money in the Bank Ladder match. It’ll be interesting to see what’s next for The Judgment Day’s Roxanne Perez on the weekly product.
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/news-i-13-years-old-my-parents-fully-that-wwe-star-makes-surprising-reveal?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



