Used to get the settings set here:
Executed locally to get settings:
getPlayerCustomization "NAME" // "freddo" getPlayerCustomization "FACE" // "WhiteHead_19" getPlayerCustomization "GOGGLES" // "G_Squares" getPlayerCustomization "SPEAKER" // "Male08_F" getPlayerCustomization "PITCH" // 0.964371
Executed on server to disable globally:
disablePlayerCustomization "FACE" disablePlayerCustomization "GOGGLES" disablePlayerCustomization "SPEAKER" disablePlayerCustomization "PITCH"
and/or add launch parameter to disable.
An alternative to this would be to store it either in the newly introduced localNamespace or profileNamespace.