### Voicechat in Party
> [!NOTE]
> Person(s) you want to party with **must** have both of these to be disabled otherwise they won't be able to hear you/speak
```json
{
   "FFlagEnablePartyVoiceOnlyForUnfilteredThreads": "False",
   "FFlagEnablePartyVoiceOnlyForEligibleUsers": "False",
}
```
### Experience Menu Refactor
```json
{
   "FFlagDebugRefactorInExpGameSettings": "True"
}
```
### Enable Multi Try On
```json
{
   "FFlagAXEnableMultiTryOnUI": "True"
}
```
### Enable Posts
```json
{
   "FFlagCapturesPostEnabledForAll_v4": "True"
}
```
### New Experience Menu
```json
{
    "FFlagRefactorInExpGameSettings": "True"
}
```
### Enable First Time User Experience for Chrome UI
```json
{
    "FFlagEnableChromeFTUX": "True"
}
```
### Chrome UI Topbar Removal
```json
{
    "FFlagEnableInGameMenuChromeABTest4": "False"
    "FFlagEnableInGameMenuSongbirdABTest": "False"
}
```
### Hide playerlist close button on Chrome UI
```json
{
    "FFlagDisablePlayerListDisplayCloseBtn": "True"
}
```
### Self Explanatory i think
```json
{
    "FFlagChromeUsePreferredTransparency": "True"
}
```
### Ragdoll Death Type

> [!IMPORTANT]
> **Studio Only**

> [!NOTE]
> **I tried `Ragdoll` to see if anything would happen lol this is how i found this (found this long time ago)**

@burgerboxer
```json
{
    "DFStringDefaultAvatarDeathType": "Ragdoll"
}
```
