[1.0.0] Fetcher - fetch everything about the player's inventory

Some time ago, I made a module to get some information about a player’s inventory (check their limiteds, bundles, inventory, outfits, etc.) and I decided to make it public under the name Fecther.

The names of the functions are very self-explanatory and for now they are:

  • GetUserAvatar

  • GetUserCurrentWearing

  • GetUserOutfits

  • GetUserBundles

  • GetUserCollectibles

  • GetUserInventory

All these functions are based on promises and to use them just put the user ID (string or number)

Model here

3 Likes

Is it possible to determine the value of items in Robux?

yes, you can use MarketplaceService:GetProductInfo with the AssetId so it will show you the PriceInRobux

1 Like