Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
3

How do I fetch all items owned by a user?

Asked by
E3x3 17
5 years ago

More specifically, I want to fetch all limited items owned by a user. I'm trying to make a trade simulator game where they can chose to start out with any limiteds they already own.

I've seen Roblox's API (http://api.roblox.com/docs) but nowhere does it allow you to fetch a list of items they own. I'm honestly lost here, any help would be appreciated.

1 answer

Log in to vote
2
Answered by
Avigant 2374 Moderation Voter Community Moderator
5 years ago
Edited 5 years ago

You can use the GET /v1/users/{userId}/assets/collectibles web API endpoint for this. You'll need to use a proxy of some sort, since Roblox does not support making HTTP requests directly to *.roblox.com with HttpService.

(Great idea to let players start out with limiteds they own, by the way.)

Ad

Answer this question