So I’ve seen Application Center log to discord. But how to make Application Center that log into the game so the admin can check? Even though the player already out, the answer still save as log in-game, so when Admin want to check, it has the log of the player answers. Basically like saving the answers data and admin can check it whenever they want in-game, even if the player(who send the answer) already out of the game.
You need to use DataStores for this.
And better parent it to where?
Hello @robloxjw02 i just answered at a similar question take a look at this: Application Center Help - #3 by Sonostrano20
Let me know if you have others question
Why do I need to make it JSON format?
Json strings allow you to store a lot of data in a sting, basicaly inside a value you can have tons of data in this case we are talking about answer, or simply you can store answers as table
Ahh so it can also store as table but Json strings is just like to make it simple to store tons of data?
Yes correct, Since json it Will use a minor Memory of a table and with json format you can also send you’re data outside from roblox