Happening here too
I’m on Chrome Version 106.0.5249.119 (Official Build) (64-bit)
Its going to happen on every game im sure. Its because roblox is trying to display verified badges…
verified badges were already showing my guess is a code change caused the hiccup
Most likely
Gamer text so i can send this
This is also happening to me, disable extensions and still weird
Can confirm on safari desktop mode, mobile mode can’t reproduce. Irving on the app either.
Firefox same result as well
+1. I’m using Microsoft Edge, and I’m also having the same issue.
My guess is that one of the Website Devs accidentally pushed out an update for the new Verified Badges that wasn’t totally ready yet, and now it’s broken the group titles.
Safari (mobile ) does not have this issue.
I got that problem right after i got “RoPro” I Deleted It then the problem disappeared.
I am seeing this as well. I am using google chrome Version 106.0.5249.103 (Official Build) (64-bit)
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.
This issue is also happening with me. I am currently using Firefox.
Issue seems resolved.
Tested again w/ no extensions
If you encounter this issue again, please file a new bug-report.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.