Hey, developers
I wanted to know how can I script a game which would calculate the player’s avatar’s total worth( in inventory or the items wearing in-game) and show it in the leaderboard.
I have tried browsing a lot but have not seem to have ended with a result.
1 Like
As far as I know this would have to be done through your own web-server. The reason being the impossibility of verifying any roblox.com subdomain with the HttpService and there not being any seeming method of obtaining an InventoryPages object within the Roblox Engine’s API.
Your best bet is setting up a quick NodeJS server which would query in your place and return the data to you through HttpService.
1 Like
Sure would look into it.
There are games like outfit renderers which access any players costumes section and display it in public.
Thats basically how i got my idea
1 Like