Every game's page seems to have this weird bug

All of my chrome extensions are disabled.
Here is the segment of html/js with the fault

<div class="game-title-container">
    <h1 class="game-name" title="Aincrad Online [PUBLIC STRESS TEST]">Aincrad Online [PUBLIC STRESS TEST]</h1>

if (Model.CreatorHasVerifiedBadge)
{
    <div class="game-creator with-verified-badge text-overflow"><span class="text-label">By</span> <a class="text-name" href="https://www.roblox.com/groups/5016295">Aincrad Online [AO]</a>
        <span class="verified-badge-icon hidden" data-size="Subheader" data-titletext="Verified Badge" data-overrideimgclass="verified-badge-icon-experience-creator" data-surface="Web_ExperienceDetailsPage_NameUnderExperienceTitle" data-creatorid="5016295" data-universeid=""></span>
    </div>
} else {
    <div class="game-creator"><span class="text-label">By</span> <a class="text-name" href="https://www.roblox.com/groups/5016295">Aincrad Online [AO]</a></div>
}

RobloxScripts.PageScripts.Add("~/js/RobloxBadges.js");
<div id="game-age-recommendation-container"><a class="age-recommendation-title text" href="#game-age-recommendation-details">Ages 9+</a></div>
<span id="2sv-popup-container"></span>
</div>

Seems like a script tag is missing, but i don’t know if it is a problem in the frontend or backend, so maybe this will not help at all.

We don’t need anymore “Same is happening here too” posts. It’s confirmed that it is happening for everyone by now.

agreed, most likely an update that broke the system so that game creator’s name shows up this way. Very strange how this would happen, and not get fixed after 2 hours since it seems to be a simple issue. My guess is they use this formatting on all text on the platform, but somehow screwed this up so the formatting just didn’t take and instead tried to make itself the regular text. From what I can tell, it’s supposed to check if the creator has a verified badge or not, so probably just a rushed update or something.
image

This issue is also happening with me. I am currently using Firefox.


This issue doesn’t show up anywhere else from what I see.

image
image

Issue seems resolved.

Tested again w/ no extensions

1 Like

Yeah I can confirm it is back to normal with extensions.

If you encounter this issue again, please file a new bug-report.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.