Player list visual glitch on mobile when re-enabling with SetCoreGuiEnabled

This only occurs on devices with touch input, use phone/tablet emulator in studio to reproduce

Visual aids:
mobile player list visual glitch

Repro:

local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
task.wait(5)
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true) -- visual glitch occurs

Expected behavior

There should be no visual glitch when re-enabling player list core gui

3 Likes

Thanks for the report! We’ll investigate and follow up with updates.

Please, this bug was some years active

Thanks for waiting patiently, we’ve fixed the bug! Everything should be running properly now. Are you encountering any more difficulties?

Would love if this issue with topbar finally got taken care of

3 Likes

Mind looking into this? Report is closed but I can re-file if needed

1 Like