#
Quality of Life
#
Disable VC
Note
Setting this to True
will not do anything
Tip
Use PlaceFilter for specific games, Use a new Bloxstrap build from GitHub Actions in Bloxstrap Repository to be able to use PlaceFilter
{
"DFFlagVoiceChat4": "False"
}
#
5 Decimal Sensitivity Precision
{
"FFlagFixSensitivityTextPrecision": "False"
}
#
Removes translated supported message on join
Note
"Roblox automatically translates supported languages in chat."
{
"FFlagChatTranslationEnableSystemMessage": false
}
#
Allows you to customize which languages are available for the chat translation feature
Important
English cannot be removed.
#
@thefrenchguy4
{
"FStringChatTranslationEnabledLocales": "es_es,fr_fr,pt_br,de_de,it_it,ja_jp,ko_kr,id_id,tr_tr,zh_cn,zh_tw,th_th,pl_pl,vi_vn,ru_ru,"
}
#
Remove long recommended section in homepage
{
"FIntGameGridFlexFeedItemTileNumPerFeed": "0"
}
#
Disable Captures Keybind
{
"FFlagEnableCapturesHotkeyExperiment_v4": "False"
}
#
Reduced Avatar Item Particle in FP
{
"FFlagUserHideCharacterParticlesInFirstPerson": "True"
}
#
FPS Unlocker in Roblox Menu Settings
{
"FFlagGameBasicSettingsFramerateCap5": "True",
"DFIntTaskSchedulerTargetFps": "0"
}
#
Unlimited FPS Unlocker
{
"FFlagTaskSchedulerLimitTargetFpsTo2402": "False",
"DFIntTaskSchedulerTargetFps": "9999"
}
#
GUI Hiding Toggles
{
"FFlagUserShowGuiHideToggles": "True",
"GuiHidingApiSupport2": "True"
}
#
Hide guis
Important
Replace "ID" with any group ID that you are in.
{
"DFIntCanHideGuiGroupId": "ID"
}
#
Remove layared clothing related for searching in lua app catalog
{
"FStringAXCategories": "ClassicShirts.ClassicTShirts.ClassicPants"
}
#
Disable Fullscreen Title Bar
{
"FIntFullscreenTitleBarTriggerDelayMillis": "3600000"
}
#
Stuttery Animation Fix
{
"DFIntTimestepArbiterThresholdCFLThou": "300"
}
#
Disable In-game Advertisements
{
"FFlagAdServiceEnabled": "False"
}
#
Disable Telemetry
{
"FFlagDebugDisableTelemetryEphemeralCounter": "True",
"FFlagDebugDisableTelemetryEphemeralStat": "True",
"FFlagDebugDisableTelemetryEventIngest": "True",
"FFlagDebugDisableTelemetryPoint": "True",
"FFlagDebugDisableTelemetryV2Counter": "True",
"FFlagDebugDisableTelemetryV2Event": "True",
"FFlagDebugDisableTelemetryV2Stat": "True"
}
#
Surf the web inside of Roblox
Important
Click the Beta badge or the 13+ badge to open the webview browser.
{
"FFlagTopBarUseNewBadge": "True",
"FStringTopBarBadgeLearnMoreLink": "https://google.com/",
"FStringVoiceBetaBadgeLearnMoreLink": "https://google.com/"
}
#
MTU
Tip
Identify the Current MTU
- Windows: Open Command Prompt and type
netsh interface ipv4 show subinterfaces
. - Linux: Use
ifconfig
orip link show
to find the current MTU of your network interface.
Tip
Determine the Optimal MTU
- Ping Test: Use the
ping
command with the-f
flag (to avoid fragmentation) and the-l
(or-s
on Linux) flag to set the packet size. - Example for Windows:
ping roblox.com -f -l 1472
- Example for Linux:
ping -s 1472 -M do roblox.com
- Start with a packet size of 1472 bytes, then reduce by 10-12 bytes if needed until you find the largest size that doesn't fragment. Add 28 bytes to this number to get the optimal MTU.
{
"DFIntConnectionMTUSize": "MTU_HERE"
}
#
No Internet Disconnect
Note
You will still be kicked but the message wont show.
{
"DFFlagDebugDisableTimeoutDisconnect": "True"
}
#
Adjust Default Timeout Time
Tip
1 second = 1000
#
@dis_spencer
{
"DFIntDefaultTimeoutTimeMs": "10000"
}
#
Quick Game Launch
Caution
This can cause some bugs
{
"FFlagEnableQuickGameLaunch": "True"
}
#
Increased Asset Preloading Count
Note
Increasing the maximum limit of preloaded assets from 100 to infinite allows games you've already played to load much faster by instantly accessing previously loaded assets.
Important
For this to be effective, the game must have been fully loaded at least once, preferably with the entire map cached.
Tip
If a game has a "Skip Loading" button, it's recommended to use it. These games typically include a countdown timer that, after reaching zero, merely confirms that all assets are loaded.
#
@spectroscopic
{
"DFIntNumAssetsMaxToPreload": "9999999",
"DFIntAssetPreloading": "9999999"
}
#
Disable In-Game Purchases
{
"DFFlagOrder66": "True"
}
#
Disable Chat
{
"FFlagDebugForceChatDisabled": "True"
}
#
Disable Dynamic Heads Animations
{
"DFIntAnimationLodFacsDistanceMin": "0",
"DFIntAnimationLodFacsDistanceMax": "0",
"DFIntAnimationLodFacsVisibilityDenominator": "0"
}
#
Automatically unmutes your mic on join (VC)
{
"FFlagDebugDefaultChannelStartMuted": "False"
}
#
opt-out Experience Language
Note
Removes the Experience Language option in settings
{
"FIntV1MenuLanguageSelectionFeaturePerMillageRollout": "0"
}
#
Lets you change the zoom out limit
Important
Only applies to games that has not changed the default zoom limit
{
"FIntCameraMaxZoomDistance": "9999"
}
#
Exclusive Fullscreen
Tip
Alt + Delete
{
"FFlagHandleAltEnterFullscreenManually": "False"
}
#
Mouse Latency
Note
Default value: 500 > > Lower value = more responsive mouse
- This flag determines the mouse input delay in milliseconds.
- A lower value (such as 1) will reduce the latency between mouse movement or clicks and the game's response, making the mouse feel more responsive.
- However, setting the value too low could result in excessively sensitive mouse input, potentially leading to issues like unintended multiple clicks or overly sensitive pointer movements.
- The default value of 500 milliseconds provides a balance between responsiveness and control, reducing the risk of input errors.
{
"FIntActivatedCountTimerMSMouse": 500
}
#
Keyboard Latency
Note
Default value: 500 > > Lower value = more responsive keyboard.
- This flag controls the keyboard input latency in milliseconds.
- By setting this value to 1, it minimizes the delay between key presses and the game's recognition of the input, effectively improving keyboard responsiveness.
- However, such a low value might cause excessively frequent key registration, which can lead to issues like repeated actions during key holds.
- The default value is 500 milliseconds, providing a balance between input responsiveness and preventing unintentional key repetition.
{
"FIntActivatedCountTimerMSKeyboard": 500
}
#
Change Age Rating Learn More Link
{
"FStringExperienceGuidelinesExplainedPageUrl": "https://playboicarti.com"
}