Hello, I am looking for a script that graphs the real time price of bitcoin in a game how would I go by going this? Ive looked everywhere and havent found an answer anyone have any ideas?
For getting the value of bitcoin, you will need to use HTTPService, sending get requests to some API (just look up bitcoin API). Note that these APIs usually have a limit on free calls to the API, so it may become quite costly to implement into your game.
For the graphing part, you can probably find some tool available in #resources:community-resources to let you graph easier.
(Your post would be more applicable to #help-and-feedback:scripting-support btw)
1 Like
Ive tried looking online and such and I sadly couldnt find any resources, So i came to see if anyone had a working system already as ive basically given up…