I’m trying to create a leaderstat that shows how many sales a player has made off ugc items. I’ve tried to look for a way to do this and haven’t found any. I know that the get item info api only returns sales if you own it, But If it’s a local script and it asks the user to allow their sales to be displayed it will work, I just need a way to get all their sales or all of their ugc items and loop through them adding all the sales together
If I recall correctly you can only view the sales of your own assets (cookie required) but because web requests are issued via the game’s dedicated server it will not be able to access this information (as it will not have the necessary cookies required to retrieve the information).