Skip to content

Instantly share code, notes, and snippets.

@dgxo
Last active May 3, 2026 16:32
Show Gist options
  • Select an option

  • Save dgxo/559360c6d1ddb88c56a609eb136ca022 to your computer and use it in GitHub Desktop.

Select an option

Save dgxo/559360c6d1ddb88c56a609eb136ca022 to your computer and use it in GitHub Desktop.
Hide Roblox GUIs with Bloxstrap

How to Hide Roblox GUIs with Bloxstrap

These steps will walk you through using the Bloxstrap bootstrapper to hide different types of GUIs in Roblox games.

Warning

This is only possible on Windows. Bloxstrap is not available for other platforms, but I do have another walkthrough for MacOS (WIP).

In case you are worried, Bloxstrap (realistically) cannot get you banned. (more info if you're unsure)

How to

  1. Download and install Bloxstrap - The official website is bloxstraplabs.com, you can click the big purple Download for Windows button to get an EXE. Go through the install process, and come back here.
  2. Join the Roblox Bloxstrap community - This group is required to give you access to the GUI hiding, although you can set it up with your own group with manual FFlags.
  3. Open Bloxstrap Menu - This should be in your Start Menu, and it's where you can configure all of Bloxstrap's settings.
  4. Go to the Fast Flags tab - This is used to control certain features and parameters for Roblox.
  5. Scroll down and enable Enable ability to hide GUIs - This will change the FFlag DFIntCanHideGuiGroupId to add the Bloxstrap group's ID.
  6. Click Save.
  7. Start Roblox - You can use the app or the website, just join normally. You should see the purple Bloxstrap logo somewhere.
  8. That's it - you are done, now you can use the keybinds below to disable and enable different types of GUIs.

Keybinds

You need to have followed the previous steps to be able to use these in-game.

Keybind Description
Ctrl + Shift + B Toggles 3D space GUIs - BillboardGuis and SurfaceGuis
Ctrl + Shift + C Toggles ScreenGuis added by the game
Ctrl + Shift + G Toggles Roblox's CoreGui (leaderboard, top left controls, escape menu)
Ctrl + Shift + N Toggles player names and other BillboardGuis above players
(this hides player head tags, Dovedale players!)

For a clean screenshot, do Ctrl + Shift + G, C, N.

@TabFox-log
Copy link
Copy Markdown

TabFox-log commented May 3, 2026

The DFIntCanHideGuiGroupId has been removed from the allowlist and therefore cannot be used. If you were confused why the keybinds didn't work, this is why.
Source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment