In-game updateable schedule

Hello developers!
I’ve been trying to do this for months in a lot of different ways, but couldn’t manage to. I’ve searched the DevForum as well but got no answer that matches my question.

  1. What do you want to achieve? Keep it simple and clear!

I’m trying to make an in-game ScreenGui training schedule that will automatically update with a Trello board. Basically, I want an exact copy of the Trello board inside a ScreenGui.

  1. What is the issue? Include screenshots / videos if possible!

I couldn’t find a way to. I tried using Trello API, but didn’t find a way to replicate every card in every list of the board.

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

Again, I’ve tried creating a function that will add a frame to the ScreenGui. The function was supposed to be called for every card, but for some reason, the cards weren’t replicating. Also, I couldn’t find a way to transfer this from the server to the client (StarterGui).

Any help would be highly appreciated.

2 Likes

I don’t know how to use HttpService, but I think it can help.

3 Likes

Hello @InfiniteBlackPIX

I Have made a new and complete TrelloAPi Check it Let me know if you have others question.

1 Like

Wow, this is amazing! Thank you so much! Really helps!