Setup guide - jackfrojpg-rblx/Roblox-Trello-Applications GitHub Wiki
Roblox-Trello Application Centre Setup Guide
⚠ DISCALIMER: I take no responsibility whatsoever if anything happens to your Roblox/Trello account. You use this system at your own risk. I have not found any issues with it as long as you trust the people who you add to Team Create on your Roblox Place, as they will be able to access your Trello App Key and Token.
⚠ NOTE: If you're stuck or need a visual explanation of part of a step, look for GIF in a sentence. It is a link: click the word GIF and it will show you a short video on how to do that part!
Welcome to the official setup guide for jackfrojpg's Roblox-Trello Application Centre! It is strongly advised that you read this and follow it when setting up your system to avoid making mistakes and receiving simple errors.
👨💻 Inserting and configuring the Trello API
👍 Credit and retrieving the model
The Trello API I use is a free one, created by nstrike159, so all credit goes to him for the Trello API part. You can get the Trello API model by clicking HERE. I recommend you get the model by adding it to your inventory by pressing the GET button, and then heading into your Studio Place. Then, go to the toolbox and go onto your inventory models. Insert the model, and delete the sky which it adds GIF.
📝 Moving and setting up the API
It is important that you move the API script into ServerScriptService so the client cannot access it. Also, delete the script named ExampleScript which is inside the module GIF. Additionally, make sure to enable HTTP requests. Go to Game Settings > Security > Allow HTTP Requests > Save GIF. Now, you can begin to add your App Key and Token to the module. Open the module, and follow the instructions to set it up GIF. Once you've got your App Key and Token and inserted them into the correct locations, your API is set up, and you can move on to the next part!