The Definitive Resource for Navigating RawSkills (Oct 2025).
Home »
Corporate Updates »
Rollie from Baddies South first found fame on another Zeus show Mon 8 August 2022 14:00 Helen Williams
Rollie from Baddies South first found fame on another Zeus show Mon 8 August 2022 14:00 Helen Williams
(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
After the success of Bad Girls Club, Baddies South was launched as a spin-off series on the Zeus Network. Briana Walker, Natalie Nunn, Elliadria ‘Persuasian’ Griffin, Anne Moore and more ladies star on the show alongside ‘Rollie’. Fans saw the show premiere on Zeus on June 12th. So, let’s find out more about Rollie from Baddies South.
As with many of her co-stars, such as Chrisean Rock, Rollie is a seasoned reality star. Judging by Rollie’s social media posts, she’s keen to share promo for Baddies South. She wrote on her post of the show: “We Fought We Partied We Did All Kinds Of Crazy…”. In 2022, Rollie has added event hosting to her resumé as well as being a reality TV star per social media.
Baddies South viewers may be meeting Rollie for the first time on the 2022 Zeus Network show. But, she was a cast member on another of the network’s shows.
In 2020, Rollie was a contestant on One Mo’ Chance.
She was one of 15 women who were vying after Kamal “Chance” Givens’ heart.
Speaking on One Mo’ Chance episode 1 part 1, Rollie said that she’s very comfortable with who she is: “I’m a confident BBW and I love myself”.
Is Rollie on Instagram?
Yes! Rollie can be found on Instagram with over 14K followers @rolliepollieofficial.
Taking to Instagram on July 1st, Rollie said that she used to be a stripper in Las Vegas. She added that she “…got my first big break filming with wetv…”.
Rollie added that she has more music coming out this year and potentially more shows.
WATCH BADDIES SOUTH ON THE ZEUS NETWORK SUNDAYS AT 8 PM ET