Writes a new value to a Roblox Fast Flag.
Pass the flag’s literal name, without a prefix (e.g. "EnablePreloading", not "DFFlagEnablePreloading").
Flag names follow one of six type prefixes: FFlag / DFFlag (booleans), FInt / DFInt (integers), FString / DFString (strings). The leading D marks dynamic flags, which refresh at runtime; the rest lock at session start.
value is always passed as a string, regardless of the flag’s declared type.
Parameters
Returns
void
Example
FFlags modify core client behaviors and graphics engine properties.