Blade - A free to use dashboard for open access to data about Roblox games

I’m not sure if there’s a good method I can use to track or estimate revenue for VIP servers, but if you have any suggestions do let me know.

1 Like

Can you please show game rating % as one of the charts? Seeing likes or dislikes on their own chart or whatever you have as “like rating” isn’t very useful.

game rating % = likes / (dislikes + likes)

If you added game rating % and showed data from a larger range (say a week) then this is something that I would have up in our office 24/7

Also auto-update?

3 Likes

I’m currently rewriting the UI to be a lot cleaner, and as part of that auto-update will become a proper thing (with the ability to automatically show specific charts).

I’m going to experiment with game rating % and see if I can do it using a new method. Google Cloud Platform is having some bad issues right now, but I’ll see what I can do

Game Rating % (aka Like Percent) is in production on all games.

2 Likes

Also another question: Does the gamepass revenue account for if the prices were changed? Because if a gamepass was, say, 100 Robux and got 2,000 sales in a week, then changed to 500 Robux and got 200 sales in a week, 2,200 * 500 = 1,100,000 Robux is obviously vastly different to the correct result of 300,000 Robux.

It will account for this as long as blade started tracking the game before the price change.

1 Like

A lot better than what I could do by hand. I used to calculate gamepass revenue by hand and it takes forever, and I couldn’t even account at all for price changes. This is an amazing tool.

1 Like

@IntegerUnderflow doesn’t seem very granular?

image

It’s important to be able to track the smallest change in percent. Please don’t round it if that’s what you’re doing. A .5% change is pretty massive.

My game currently has a 0.96558996879% rating but it’s exactly 96.0 according to the graph. Please display the exact un-rounded value produced by likes / (dislikes + likes)

1 Like

That’s the default configuration, I’ll see if I can make the chart be a bit more precise, I think its google charts trying to be helpful and instead making things worse.

If all else fails, multiply the percent by 1000 or something. That number would make more sense than the Like Score graph.

Very cool!

Is there a “leaderboard” page that will show me a sorted list of the most popular games? I’m interested in an AppAnnie-style reporting system where I can go back in time and find the highest-ranked game from a certain month (or time span) in the past. This could be useful to devs also, to track the historic rank of their games. Ranking is more useful (arguably) than raw visit/money stats for determining if your game is getting more or less popular, since Roblox itself is growing so fast (i.e. maintaining the same number of visits over several months might seem good, but you are actually losing popularity).

1 Like

You can see the live data at https://blade.intunderflow.site/top10 and if you sign up for an account on https://blade.intunderflow.site/auth, you can see 20 rather than 10 at https://blade.intunderflow.site/top20

You can also see a custom amount on top using https://blade.intunderflow.site/top?limit=5 (restricted per above restrictions) and you can sort by different metrics that current active players using ?sort, for example https://blade.intunderflow.site/top10?sort=Total_Visits - The full list of sort parameters is in this thread.

For the historical data, I don’t current store the ranks of games past the current live states, but I could definitely extend blade to do this. I’m assuming what you’d like is the ability to see a graph of the top X games by rank over time?

2 Likes

It would be great if you do this!

Should be sorted now :slight_smile:

Already an amazing tool, but it would be cool if there were navigation buttons somewhere so that I could get to sorts easier like top 10 or top 20. Not necessary, but would make it a lot easier to use.

1 Like

When you see that both jailbreak and bloxburg made over 2B+ robux which is like 8M USD. oof

3 Likes

Blade just passed over 500 active games being tracked at once, never thought it would come so far in under a month!

We now have a Discord server for those so inclined, available at https://blade.intunderflow.site/discord - We’ve got a service status channel included (which can ping you if you opt in if theres any service disruptions) and we have a channel that posts a message every time blade detects like and dislike botting (player botting coming soon!) You can also interact with other users and reach me quickly for any feedback or support.

3 Likes

What are you using to host it? For serverless, I personally prefer Firebase Functions and Cloudflare Workers.

1 Like

Blade’s on Google Cloud Platform

You can now sort the top10 and top20 by highest or lowest, for example https://blade.intunderflow.site/top10?sort=Like_Percent&order=lowest

1 Like