Hello there! I’m making this thread because I need some couple of help of how I could create a Trello-based overhead Title/Rank system, basically the system would be similar to this.
BUT instead of a team changer, it would be overhead Title/Rank system, I’m not the best at scripting, a bit of help would be really appreciated. I already have the overhead Title/Rank system, but a bit of help regarding Trello connection would really be appreciated
You would need to use HttpService to make a get request. This is some pretty advanced scripting as it deals with web requests and stuff so you may want to hold off on this for now. however, to give you an idea you will need to use HttpService to make a get request to trello using the trello API which you can then use to make a billboard gui display the group rank or whatever text you want.
I Don’t recomend doing this… Trello is not a database and not optimized for such applications.
so, It’s possible that Trello may change its terms to reject http requests from Roblox.
Hi. I found it! Here is the model in all it’s glory. Main API goes in server script service. Overhead tag goes in ServerStorage. Replace token value with your trello token. Same goes for app key. Detailed instructions can be found inside the main API script