# Quality of Life

# Disable VC

{
    "DFFlagVoiceChat4": "False"
}

# 5 Decimal Sensitivity Precision

{
    "FFlagFixSensitivityTextPrecision": "False"
}

# Removes translated supported message on join

{
    "FFlagChatTranslationEnableSystemMessage": false
}

# Allows you to customize which languages are available for the chat translation feature

# @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

Key combination Action
Ctrl + Shift + B Toggles GUIs in 3D space (BillboardGuis, SurfaceGuis, etc)
Ctrl + Shift + C Toggles game-defined ScreenGuis
Ctrl + Shift + G Toggles Roblox CoreGuis
Ctrl + Shift + N Toggles player names, and other BillboardGuis that show up above a player
{
    "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

{
    "FFlagTopBarUseNewBadge": "True",
    "FStringTopBarBadgeLearnMoreLink": "https://google.com/",
    "FStringVoiceBetaBadgeLearnMoreLink": "https://google.com/"
}

# MTU

{
    "DFIntConnectionMTUSize": "MTU_HERE"
}

# No Internet Disconnect

{
    "DFFlagDebugDisableTimeoutDisconnect": "True"
}

# Adjust Default Timeout Time

# @dis_spencer
{
    "DFIntDefaultTimeoutTimeMs": "10000"
}

# Quick Game Launch

{
    "FFlagEnableQuickGameLaunch": "True"
}

# Increased Asset Preloading Count

# @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

{
    "FIntV1MenuLanguageSelectionFeaturePerMillageRollout": "0"
}

# Lets you change the zoom out limit

{
    "FIntCameraMaxZoomDistance": "9999"
}

# Exclusive Fullscreen

{
    "FFlagHandleAltEnterFullscreenManually": "False"
}

# Mouse Latency

  • 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

  • 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"
}