Get all the users creations whilst specifying asset types

  1. What do you want to achieve? Keep it simple and clear!

I want to access a table containing information about all the users creations via an API of some sort.

  1. What is the issue? Include screenshots / videos if possible!

I haven’t been able to find an API or a method to do this, despite reading several topics.

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

I’ve tried accessing the users inventory, but that doesn’t filter out anything not made by the user themselves

Would appreciate advice!

Is there an API to see a user's created experiences? this is the closest thing I could find to this topic

1 Like

but that doesn’t filter out anything not made by the user themselves

https://developer.roblox.com/en-us/api-reference/function/MarketplaceService/GetProductInfo
You can use GetProductInfo to identify an asset’s creator.

3 Likes