Hi fellow Developers.
I’m trying to make my own application through Discord Webhooks that can be sent through a Roblox Game. But, I’ve encountered I issue.
How and where I do start? Do I start with the UI? The scripting? What?
If you have any tips or if you wanna help me with answering the questions, feel free to reply to this thread or DM on discord if you wanna say it private. Schedency#7648
As for the other question the OP asked, start with the UI first.
You can do this in two ways:
Design a basic UI, and edit it later
Design the UI the way you want it to be, no need for major edits later
After that, you need to script it. As you’ve done it this way, all your UI is ready and you just need to piece it together in a few scripts. Now you’re slowly bringing it together, and all that is left to do is to send the data to the Discord webhook via the tutorial I referenced earlier.