I want to display Patreon/Boosty subscribers in TextLabel in my game.
I don’t know how to get subscriber data from the Patreon or Boosty platforms and dynamically update it in TextLabel to display this information.
I’ve reviewed the Roblox and DevForum documentation, but have not found specific instructions on how to integrate subscriber data from external sources into TextLabel.
I realize that direct access to external APIs from Roblox is limited for security reasons. Therefore, I am considering creating an external server that will:
Receive subscriber data from Patreon or Boosty.
Process this data and provide it in a usable format.
Provide communication between the server and my game to update the TextLabel in real time or at intervals.
How do I properly configure such an external server for secure and efficient data transfer?
How to set up a reliable communication channel between the external server and my Roblox game to update the TextLabel?
Are there tools or services that facilitate such integration without having to develop my own server?
I would appreciate any tips, resources, or examples from those who have encountered a similar problem. Thanks! (sorry for any mistakes in the text, I’m not very good at English).