#how to manually insert fflags (some things may b wrong as i dont use pc)

1 messages · Page 1 of 1 (latest)

ruby orchid
#

locate %localappdata%\Roblox\Versions\ or C:\Program Files (x86)\Roblox\Versions
Identify the folder version-xxxxxxxxxxxxxxxx (the x are place holders for the numbers and letters it contains)
the folder must contain

content
extracontent
platformcontent
shaders
ssl
AppSettings.xml (idk if it contains this)
copyright.txt
robloxcrashhandler.exe
robloxplayerbeta.dll
robloxplayerbeta.exe
webview2loader.dll

create a folder named "ClientSettings"
Inside that file, place the file "ClientAppSettings.json"
Insert ur fflags in "ClientAppSettings.json"
save and you get ur fflags!!
use bard or chatgpt to format multiple jsons

everytime roblox updates you gotta redo this

viscid galleon
#

Example of how 2 fast flags would look using this:
{
"FFlagDebugSkyGray": "True",
"DFIntTextureCompositorActiveJobs": "0"
}

And this is how the fast flags looked normally without being formatted.
{
"DFIntTextureCompositorActiveJobs": "0"
}
{
"FFlagDebugSkyGray": "True"
}
If u dont know json just ask chat gpt to format the fast flags into one json like said in the tut