As I’m sure you’re all aware by now, Roblox has gone public on the NYSE. So, I decided to be the first to bring that data into Roblox.
First, I made a game that uses proper stock APIs to get a whole slew of important data, including a nice graph showing the price over time. It’s pretty feature complete. This one will actually cost me a bit to keep running because I will have to pay for the API service, but it’s worth it.
Then, I wanted to create a Studio plugin that can display the RBLX price. The thing is, if I just pasted the game’s method into a plugin, everyone would have my private API keys! That would be really bad security plus you’d all cost me a ton of money by using the plugin. So, I needed to find a way to get the price without using any API service. I accomplished this with a really gross hack- I get the google webpage and then use string manipulation to try to find the price data in the raw dump. It works for now!
I can see this being something that I sit down and get mesmerized by when I’m bored, haha. Do you think the game will have an option to sort by timeframe in the future, such as past day, week, month, etc.?
Wow, thank you @boatbomber How you managed to accomplish that is beyond me… it will be interesting to see how this plays out in the next few days, seeing as newly released stocks tend to spike and then settle…
The plugin will also be interesting to watch as I develop…
I like the idea, and I’ve implemented a spinning number display!
However, I didn’t use your creation for it. Yours is hardcoded to certain font/textsize properties, and it’s not a module. Therefore, I wrote my own for this plugin and open sourced it here: