Roblox Studio Place Not Loading When Beta Features Are Enabled

When opening a specific game in Roblox Studio with beta features enabled, the place fails to load correctly:

  • The skybox turns completely black.
  • The viewport does not render anything.
  • UI tabs and buttons become unresponsive.
  • Attempting to close the place leaves Studio frozen in an open state, requiring Task Manager to force quit.

Disabling all beta features resolves the issue, and the game opens and functions as expected.


Expected Behavior:

The place should load normally, including:

  • Rendering the full skybox and environment.
  • Loading all game assets (terrain, models, UI, etc.).
  • Allowing interaction with Studio tabs, buttons, and properties.
  • Letting the user close the place or Studio without needing to force quit.

Reproduction Steps:

  1. Open Roblox Studio.
  2. Enable beta features (I have every feature enabled)
  3. Open the affected game
    • The skybox remains black.
    • Tabs and interface are unresponsive.
  4. Attempt to close Studio.
  5. Studio does not close and must be terminated through Task Manager.

Images

Black screen and frozen UI

Studio doesn’t close properly

My friend also experiences the same issue

Expected View


System Information:

  • Operating System: Windows 11 Pro
  • Roblox Studio Version: Version 0.675.287.6750000 (64bit)
  • Graphics Card: RTX 3080 TI
  • RAM: 32GB
  • Processor: 12th Gen intel - i7

Beta Features Enabled:

  • All available beta features are enabled.

A private message is associated with this bug report

Hi JPSpiek,

Thank you for sending over that place file for debugging. After some digging (bi-sect the beta feature…) with the place file, it seems related to the “New Luau Type Solver” beta feature.

You can try to disable that to see if that solve the issue for you as well. I can move the ticket to the corresponding team for further investigation.

Thanks!

1 Like

Yes, disabling the “New Luau Type Solver” fixes the issue.

Thank you for your reply, I appreciate it!

Based on the description, this is likely being caused by some severe performance edge cases from type inference, which the New Type Solver is more prone to as we’re working through these issues. You can avoid the problem today by opting out of using the New Type Solver while we continue to work on these issues. In the interest of making our tickets manageable, I’m closing this as a duplicate of New Luau Type Solver - Type Solver Doesn't Activate.