Client module (alt-client)FunctionsgetSyncedMetagetSyncedMeta CallablegetSyncedMeta<K>(key: Exclude<K, never>): unknowngetSyncedMeta<K>(key: K): ICustomGlobalSyncedMeta[K] | undefinedgetSyncedMeta<V>(key: string): V | undefinedGets a value using the specified key.Type parametersK: string
Gets a value using the specified key.