I want to have a Roblox Inventory API that lists the details like this oneand also lists the description and accessory type with it.
2. What is the issue?
I am unable to find one that does that, nor do I know how to make one.
3. What solutions have you tried so far?
Alright, well I have been using it up to this point and didn’t think that I would need an item description until the person I’m making a game for gave me this:
(Oh I also forgot I need to get the accessory type, I’ll update the post now.)
No but the thing is, I’m making a trading game, so when a user joins the game, all the info is saved in an array and is retrieved when needed. So let’s say a user joins with 600 items per say, if I use marketplace service, the most descriptions I will be able to fetch is at most 500.
You can calculate how many ppls at max can be in the game and if someone over the limit joins you can kick them with the message “Limit reached. Try again later”.
Or just hope you won’t get limited.
I don’t necessarily want to kick people for no reason when they just want to trade, so I guess ill make a queueing system where it waits some time before continuing if it errors.