Client module (alt-client)FunctionsgetLocalMetaBranch: Release CandidategetLocalMeta 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.