Client module (alt-client)FunctionsgetLocalMetagetLocalMeta CallablegetLocalMeta<K>(key: Exclude<K, never>): unknowngetLocalMeta<K>(key: K): shared.ICustomPlayerLocalMeta[K] | undefinedgetLocalMeta<V>(key: string): V | undefinedGets a value using the specified key.Type parametersK: string
Gets a value using the specified key.