Reads the current value of 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.
Parameters
Returns
Return type tracks the flag’s declared type:
Example
Roblox configuration Fast Flags control various engine properties.