Trello-Enabled Application Place Guide

I know a lot of groups are looking to use my application system, because having applications being posted to a trello is useful, and managing the questions in real time from a trello makes life way easier. After seeing how popular my place is becoming, I have decided to make it open source and create this guide to teach you how to set the place up for your own group! I have done this for a few reasons 1. Although it only takes about 20 minutes to create one, it was still somewhat annoying 2. I want to see more agencies being able to use my application system 3. I want to see other developers using my scripts elsewhere, and improving the system 4. I used to make at least 1000 tix each day from place visits and the 10 tix donations in the application places, but with the removal of tix I lose this profit Please give me credit! I have my name in there in the bottom right corner. I would greatly appreciate if you keep it there. I’m not one of those people to make all the scripts break if you delete the credit, but please just leave my name there. Thanks! So lets begin this guide…

'=-.,.-='‘=-.,.-=’ [BASIC OPTIONS] '=-.,.-='‘=-.,.-=’

  1. Open up the open source place in studio. You can find it here (Deleted - Roblox)

  2. To change the title of the place (the words at the top of the screen where it is currently this forum link) change the text of StarterGui>Application Gui>Background>Title

  3. To change the age requirement of the place, open up the script ServerScriptService>AgeRequirement and change the variable in line 1 Now is when it gets complicated… If you have any trouble doing something on trello in this guide, there are tons of youtube videos to help you
    '=-.,.-='‘=-.,.-=’ [LINKING TO TRELLO ACCOUNT] '=-.,.-='‘=-.,.-=’

  4. Go here (x.com) and copy the key at the top. Record this somewhere

  5. Put the key you just copied into this link where it says [TRELLO KEY] and go here (x.com)

  6. Hit accept and copy the string of numbers/letters it gives you. Record this somewhere. DO NOT GIVE THIS TO ANYONE. To an experienced scripter, this gives control of your trello account

  7. Now open up this script in the application game… Workspace>TrelloManager

  8. Paste the token value (The long string of numbers and letters you copied in steps 5+6) in between the quotes on line 3 of the script

  9. Paste the key value (The shorter string of numbers/letters you copied in step 4) in between the quotes on line 4 of the script
    '=-.,.-='‘=-.,.-=’ [CREATING TRELLO BOARDS] '=-.,.-='‘=-.,.-=’

  10. Copy this trello board (x.com). This is where the applications will be placed. I will reference this as the application board

  11. Copy this trello board (x.com). This is where the game gets it’s questions. I will reference this as the application manager board

  12. Copy the board id (The string of numbers and letters in the URL) of the application board. For my template application board, this ID is 3VTE5E0j

  13. Paste the board id into the description of the “Application Trello” card on the application manager board. Delete anything else that is in the description of the card

  14. Copy the board id of the application manager board the same way you did for the application board

  15. Paste the board id into the game in the value of Workspace>TrelloStuff>CommandAppBoard
    '=-.,.-='‘=-.,.-=’ [MODIFYING QUESTIONS] '=-.,.-='‘=-.,.-=’
    Instructions are modifying the questions are on your trello manager board, but you can also find them here (x.com) Have fun! If you have questions, feel free to send me a pm (follow me to pm), or if you have my skype send me a skype message. These instructions will get you a working application place for your group! I’d love to see you all modifying it and using my scripts in different ways. If you think that you’ve done something cool with the stuff I made open source here, send me a link in a pm with what you’ve done! I’d love to see it! For all you scripters out there, take a look at the TrelloManager script. The first thing I do in any game is paste in that script. It has saved me hours (granted I do script for trello a ton). It will save you a ton of time too. Just call the global functions with the correct parameters to interact with trello. I have added almost every function that roblox can do with trello to that script in the easy-to-use global functions. You can see examples of how I use them easily in the scripts of the application game. Check it out if you are interested in interacting with trello more! Good luck to all of you I hope you create great stuff!
    ~Mr_Code

Information

This post was originally created on the original Forums by Mr_Code, I am re-posting it here as of request of others. I in no way take any credit for the post or even the system.

3 Likes

This topic was automatically closed after 1 minute. New replies are no longer allowed.