Debug menus take a while to load

Somewhat recently, Roblox changed the font used in its debug menus. For context, Roblox has a number of debug menus that can be accessed by holding SHIFT and pressing F1 through F5.

With this change, the debug menus can now take a while to load if assets are currently downloading.

Blank debug menu while the terrain textures are still loading.

I suspect this would happen if the debug menus are now using a font from the Creator Store. The font would have to download, which might take a while if assets are already downloading, because the font asset would just be added to the request queue.

Ideally, the font should not be an asset from the Creator Store; instead it should be a local file so that it can load instantly.

This issue is kind of annoying because, immediately upon joining an experience, I typically always check network stats (SHIFT + F3) to see how many assets are left to download. But I can’t do that anymore because the debug menu won’t even load until other assets are finished!


Repro

  1. Join any experience, preferably one that uses a lot of assets.

  2. Quickly open any debug menu while the place is still loading.

  3. Observe how the menu is completely empty. If you wait for the place to finish loading, the debug menu should load as well.


System information

OS: Windows 10
CPU: Intel(R) Core™ i7-6700 CPU @ 3.40GHz
Memory: 16 GB
GPU: NVIDIA GeForce GTX 1660 Ti


Expected behavior

Debug menus should load instantly.

4 Likes

Thank you for the report.
The debug menu font is already a local file, but it still follows the rules of how content loading is prioritized.
The priority was incorrect and we are working to fix that.

1 Like

We have released a fix for this a month ago, but didn’t follow up here.
Do you still experience this issue or has it been fixed?

Yes, I still have this issue. .

We attempted to reproduce the bug but couldn’t.