I kind of want to create a custom application center. Obviously that would need forms, I’m wondering what the process of creating forms is. What I’m really asking, is how are scripts designed to record a player’s answers. When a player clicks an answer is it added to a table which will be verified on the server? What is a script’s process of making a form functional?
(I’m talking about on Roblox’s end, not about automation or anything like that.)
(Also, I’m talking about the code behind making an interactive from. Like when you push buttons and enter text.)
I think the best and easiest way to do it is to send a request to a discord webhook from ROBLOX whenever a player records their answers. You can still validate it because the webhook will send a message in a discord server every time a player records some answers.
How the answers are recorded is all up to you, ROBLOX has no sort of API for something like this as far as I know so it really depends on what you’d prefer to do.
Unlike what most people are stated you should NOT be using Discord to log the form/application responses. This is due to it being against the Discord api ToS to use Discord as a place to get data sent to.
If you would like to be able to see responses inside of Roblox itself then you might as well use datastore service and just list out the objects from the storage.