#
Quality Of Life
#
DO NOT DISTURB/Disable Notifications
added by @pixelyloaf
{
"FFlagToastNotificationsProtocolEnabled2": "False"
}
#
Disable VC
added by @pixelyloaf
Note
Setting this to True
will not do anything
{
"DFFlagVoiceChat4": "False"
}
#
Remove translated supported message on join
added by @pixelyloaf
Note
"Roblox automatically translates supported languages in chat."
{
"FFlagChatTranslationEnableSystemMessage": false
}
#
Allows you to customize which languages are available for the chat translation feature
added by @pixelyloaf
Important
English cannot be removed.
{
"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
added by @pixelyloaf
{
"FIntGameGridFlexFeedItemTileNumPerFeed": "0"
}
#
Disable Captures Keybind
added by @pixelyloaf
{
"FFlagEnableCapturesHotkeyExperiment_v4": "False"
}
#
Reduced Avatar Item Particle in FP
added by @pixelyloaf
{
"FFlagUserHideCharacterParticlesInFirstPerson": "True"
}
#
FPS Unlocker in Roblox Menu Settings
added by @pixelyloaf
{
"FFlagTaskSchedulerLimitTargetFpsTo2402": "False",
"DFIntTaskSchedulerTargetFps": "9999"
}
#
Disable 240 FPS cap
added by @pixelyloaf
{
"FFlagTaskSchedulerLimitTargetFpsTo2402": "False",
}
#
Unlimited FPS Unlocker
added by @pixelyloaf
{
"FFlagTaskSchedulerLimitTargetFpsTo2402": "False",
"DFIntTaskSchedulerTargetFps": "9999"
}
#
GUI Hiding Toggles
added by @pixelyloaf
{
"FFlagUserShowGuiHideToggles": "True",
"GuiHidingApiSupport2": "True"
}
#
Hide GUIs
added by @pixelyloaf
Important
Replace "ID" with any group ID that you are in.
{
"DFIntCanHideGuiGroupId": "ID"
}
#
Remove layered clothing related for searching in lua app catalog
added by @pixelyloaf
{
"FStringAXCategories": "ClassicShirts.ClassicTShirts.ClassicPants"
}
#
Disable Fullscreen Title Bar
added by @pixelyloaf
{
"FIntFullscreenTitleBarTriggerDelayMillis": "3600000"
}
#
Stuttery Animation Fix
added by @pixelyloaf
{
"DFIntTimestepAbiterThresholdCFLThou": "300"
}
#
Disable In-game Advertisements
added by @pixelyloaf
{
"FFlagAdServiceEnabled": "False"
}
#
Disable Telemetry
added by @pixelyloaf
{
"FFlagDebugDisableTelemetryEphemeralCounter": "True",
"FFlagDebugDisableTelemetryEphemeralStat": "True",
"FFlagDebugDisableTelemetryEventIngest": "True",
"FFlagDebugDisableTelemetryPoint": "True",
"FFlagDebugDisableTelemetryV2Counter": "True",
"FFlagDebugDisableTelemetryV2Event": "True",
"FFlagDebugDisableTelemetryV2Stat": "True"
}
#
Surf the web inside of Roblox
added by @pixelyloaf
Important
Click the Beta Badge of the 13+ badge to open the webview browser.
{
"FFlagTopBarUseNewBadge": "True",
"FStringTopBarBadgeLearnMoreLink": "https://udm14.com/",
"FStringVoiceBetaBadgeLearnMoreLink": "https://udm14.com/"
}
#
MTU
added by @pixelyloaf
Tip
Identify the Current MTU
- Windows: Open Command Prompt and type 'netsh interface ipv4 show subinterfaces`.
- Linux: Use 'ifconfig' or 'ip 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
flaf (to avoid fragmentation) and thel
(ors
on Linux) flag to set the global 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
added by @pixelyloaf
Note
You will still be kicked but the message will not show.
{
"DFFlagDebugDisableTimeoutDisconnect: "True"
}
#
Adjust Default Timeout Time
added by @pixelyloaf
Tip
1 second = 1000
{
"DFIntDefaultTimeoutTimeMs": "10000"
}
#
Quick Game Launch
added by @pixelyloaf
Caution
This can cause some bugs
{
"FFlagEnableQuickGameLaunch": "True"
}
#
Increased Asset Preloading Count
added by @pixelyloaf
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.
{
"DFIntNumAssestsMaxToPreload": "9999999",
"DFIntAssetPreloading": "9999999"
}
#
Disable In-Gmae Purchases
added by @pixelyloaf
{
"DFlagOrder66": "True"
}
#
Disable Chat
added by @pixelyloaf
{
"FFlagDebugForceChatDisabled": "True"
}
#
Disable Dynamic Heads Animations
added by @pixelyloaf
{
"DFIntAnimationLodFacsDistanceMin": "0",
"DFIntAnimationLodFacsDistanceMax": "0",
"DFIntAnimationLodFacsVisibilityDenominator": "0"
}
#
Automatically unmuts your mic on join (VC)
added by @pixelyloaf
{
"FFlagDebugDefaultChannelStartMuted": "False"
}
#
opt-out Experience Language
added by @pixelyloaf
Note
Removes the Experience Language option in settings
{
"FIntV1MenuLanguageSelectionFeaturePerMillageRollout": "0"
}
#
Lets you change the zoom out limit
added by @pixelyloaf
Important
Only applies to games that has not changed the default zoom limit
{
"FIntCameraMaxZoomDistance": "9999"
}
#
Exclusive Fullscreen
added by @pixelyloaf
Tip
Alt + Delete
{
"FFlagHandleAltEnterFullscreenManually": "False"
}
#
Change Age Rating Learn More Link
added by @pixelyloaf
{
"FStringExperienceGuidelinesExplainedPageUrl": "https://udm14.com/"
}
#
Rename Party 2 Roblox Chat
added by @pixelyloaf
{
"FFlagAppChatRebrandStringUpdates": "False"
}
#
5 decimal digits limit for camera sensitivity
added by @pixelyloaf
Note
only added because people i know use them
{
"FFlagFixSensitivityTextPrecision": "False"
}