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.
- 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.
- 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.
- 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.