SetMetaData
The SetMetaData export allows you to assign specific metadata to a player, enabling custom information storage tied to their profile.
How to Use
To set metadata for a player, use the following code:
This assigns the specified metadata (metaInfo
) with the given value (metaValue
) to the player, allowing for flexible customizations.
Last updated