[resolved] :GetProductInfo().Creator only returns empty table

MarketplaceService:GetProductInfo().Creator is supposed to return a table with 2 entries: The asset creator’s username, and their user ID. Right now it is only returning an empty table:

blob.png

I tested this on multiple different asset types and the results were all the same. I’m not sure how long this has bug has been present for.

1 Like

# only works for integer keys. GetProductInfo returns a table with string keys.

GetProductInfo is working fine.

2 Likes

Whoops, I was attempting to use GetProductInfo().Creator[1] in my game’s code.

Thanks :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.