If you are one of the people who didn’t get the chance to test the new In-Game Menu and would like to try it out, this one’s for you.
As far as I know, the new In-Game Menu is not yet available in studio by default, this allows you to have full access to it within studio.
Step 1
Go to your Roblox Studio version folder. This is located in
C:\Users\YOUR_ACCOUNT\AppData\Local\Roblox\Versions\version-be3f47d363934729
Step 2
Navigate to
ExtraContent -> scripts -> CoreScripts -> Modules
and open the file called isNewInGameMenuEnabled.lua
with a text editor.
Step 3
Go to the 6th line:
6| game:DefineFastString("NewInGameMenuForcedUserIds", "")
Add your User ID within the quotation marks beside "NewInGameMenuForcedUserIds"
6| game:DefineFastString("NewInGameMenuForcedUserIds", "39520489")
The next time you start studio, you should have the new In-Game Menu.