Skip to content

Instantly share code, notes, and snippets.

@Firebladedoge229
Last active June 7, 2024 18:54
Show Gist options
  • Save Firebladedoge229/917827fdd94bbec986b503fafb7fb8ba to your computer and use it in GitHub Desktop.
Save Firebladedoge229/917827fdd94bbec986b503fafb7fb8ba to your computer and use it in GitHub Desktop.

Roblox Performance FFlags

Infinite FPS

{
    "DFIntTaskSchedulerTargetFps": "2147483647",
    "FFlagTaskSchedulerLimitTargetFpsTo2402": "False"
}

MSAA Override

{"DebugForceMSAASamples": "0"}

Low Quality Icons

{
    "DFFlagTextureQualityOverrideEnabled": "True",
    "DFIntTextureQualityOverride": "0"
    "FIntTextureCompositorLowResFactor": "1",
    "DFFlagEnableRequestAsyncCompression": "True"
}

Disable Lighting Effects

{"FFlagDisablePostFx": "True"}

Voxel Lighting

{"DFFlagDebugRenderForceTechnologyVoxel": "True"}

Low Quality Meshes

{ 
    "DFIntCSGLevelOfDetailSwitchingDistance": "0",
    "DFIntCSGLevelOfDetailSwitchingDistanceL12": "0",
    "DFIntCSGLevelOfDetailSwitchingDistanceL23": "0",
    "DFIntCSGLevelOfDetailSwitchingDistanceL34": "0"
    "DFIntCSGv2LodsToGenerate": "0",
    "DFIntCSGv2LodMinTriangleCount": "0"
}

Remove Grass

{
    "FIntFRMMaxGrassDistance": "0",
    "FIntFRMMinGrassDistance": "0"
}

Remove Shadows

{
    "FFlagNewLightAttenuation": "False",
    "FIntRenderShadowIntensity": "0",
    "DFFlagDebugPauseVoxelizer": "True",
    "FIntCSGVoxelizerFadeRadius": "0"
}

Low Quality Terrain

{"FIntTerrainArraySliceSize": "0"}

Low Graphics

{
    "FIntRomarkStartWithGraphicQualityLevel": "1",
    "DFIntDebugFRMQualityLevelOverride": "1"
}

Low Render Distance

{"DFIntDebugRestrictGCDistance": "1"}

Remove Textures

{
    "FFlagMSRefactor5": "False",
    "FIntDebugTextureManagerSkipMips": "-1",
    "FStringPartTexturePackTablePre2022": "",
    "FStringTerrainMaterialTable2022": ""
}

Quicker Game Launch

{"FFlagEnableQuickGameLaunch": "False"}

Disable Wind

{"FFlagGlobalWindActivated": "False"}

No In-Game UI

{"FFlagDebugDontRenderScreenGui": "True"}

Disable SSAO

{
    "FFlagDebugSSAOForce": "False",
    "FIntSSAOMipLevels": "0"
}

Disable Ad Portals

{"FFlagAdServiceEnabled": "False"}

Disable Command Autocomplete

{"FFlagEnableCommandAutocomplete": "False"}

Disable CoreGUI Blur

{"FIntRobloxGuiBlurIntensity": "0"}

Disable Dynamic Faces

{
    "DFIntAnimationLodFacsDistanceMin": "0",
    "DFIntAnimationLodFacsDistanceMax": "0",
    "DFIntAnimationLodFacsVisibilityDenominator": "0"
}

Disable Sky

{"FFlagDebugSkyGray": "True"}

Disable Player Textures

{"DFIntTextureCompositorActiveJobs": "0"}

Disable Titlebar

{"FIntFullscreenTitleBarTriggerDelayMillis": "2147483647"}

Disable ViewportFrames

{"FIntViewportFrameMaxSize": "0"}

Disable Telemetry

{
    "FFlagDebugDisableTelemetryEphemeralCounter": "True",
    "FFlagDebugDisableTelemetryEphemeralStat": "True",
    "FFlagDebugDisableTelemetryEventIngest": "True",
    "FFlagDebugDisableTelemetryPoint": "True",
    "FFlagDebugDisableTelemetryV2Counter": "True",
    "FFlagDebugDisableTelemetryV2Event": "True",
    "FFlagDebugDisableTelemetryV2Stat": "True"
}

Disable Telemetry [Hosts File]

Add the following data to the file located at %SystemRoot%\System32\drivers\etc\hosts [Optional]

0.0.0.0 ecsv2.roblox.com
0.0.0.0 client-telemetry.roblox.com
0.0.0.0 tracing.roblox.com
0.0.0.0 ephemeralcounters.api.roblox.com
0.0.0.0 uploads.backtrace.rbx.com
0.0.0.0 realtime-signalr.roblox.com
0.0.0.0 lms.roblox.com
0.0.0.0 metrics.roblox.com

Compiled List

{
  "DFIntTaskSchedulerTargetFps": "2147483647",
  "FFlagTaskSchedulerLimitTargetFpsTo2402": "False",
  "DebugForceMSAASamples": "0",
  "DFFlagTextureQualityOverrideEnabled": "True",
  "DFIntTextureQualityOverride": "0",
  "FIntTextureCompositorLowResFactor": "1",
  "DFFlagEnableRequestAsyncCompression": "False",
  "FFlagDisablePostFx": "True",
  "DFFlagDebugRenderForceTechnologyVoxel": "True",
  "DFIntCSGLevelOfDetailSwitchingDistance": "0",
  "DFIntCSGLevelOfDetailSwitchingDistanceL12": "0",
  "DFIntCSGLevelOfDetailSwitchingDistanceL23": "0",
  "DFIntCSGLevelOfDetailSwitchingDistanceL34": "0",
  "DFIntCSGv2LodsToGenerate": "0",
  "FIntFRMMaxGrassDistance": "0",
  "FIntFRMMinGrassDistance": "0",
  "FFlagNewLightAttenuation": "False",
  "FIntRenderShadowIntensity": "0",
  "DFFlagDebugPauseVoxelizer": "True",
  "FIntCSGVoxelizerFadeRadius": "0",
  "FIntTerrainArraySliceSize": "0",
  "FIntRomarkStartWithGraphicQualityLevel": "1", 
  "DFIntDebugFRMQualityLevelOverride": "1",
  "DFIntDebugRestrictGCDistance": "1",
  "FFlagMSRefactor5": "False",
  "FIntDebugTextureManagerSkipMips": "-1",
  "FStringPartTexturePackTablePre2022": "",
  "FStringTerrainMaterialTable2022": "",
  "FFlagEnableQuickGameLaunch": "False",
  "FFlagGlobalWindActivated": "False",
  "FFlagDebugDontRenderScreenGui": "True",
  "FFlagDebugSSAOForce": "False",
  "FIntSSAOMipLevels": "0",
  "FFlagAdServiceEnabled": "False",
  "FFlagEnableCommandAutocomplete": "False",
  "FIntRobloxGuiBlurIntensity": "0",
  "DFIntAnimationLodFacsDistanceMin": "0",
  "DFIntAnimationLodFacsDistanceMax": "0",
  "DFIntAnimationLodFacsVisibilityDenominator": "0",
  "FFlagDebugSkyGray": "True",
  "DFIntTextureCompositorActiveJobs": "0",
  "FIntFullscreenTitleBarTriggerDelayMillis": "2147483647",
  "FIntViewportFrameMaxSize": "0",
  "FFlagDebugDisableTelemetryEphemeralCounter": "True",
  "FFlagDebugDisableTelemetryEphemeralStat": "True",
  "FFlagDebugDisableTelemetryEventIngest": "True",
  "FFlagDebugDisableTelemetryPoint": "True",
  "FFlagDebugDisableTelemetryV2Counter": "True",
  "FFlagDebugDisableTelemetryV2Event": "True",
  "FFlagDebugDisableTelemetryV2Stat": "True",
} 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment