I want to make a suggestions system for my game, where a player can write down a suggestion in a gui and hit enter so it stores the suggestion, then later I can go back and see the suggestion. How would I do this?
I think the easiest way of doing this is adding a webhook (not sur Eid that’s what it is, I don’t know what that is, but I heard people use it for this kind of things) and send the info to a Server, or Reddit
Use DataStores, when a player adds a feedback, add the feedback i.e. string in a table, save that table periodically, when you join, loop through the table saved in the DataStore, and read all your feedbacks!
I have sleitnick’s data store editor plugin. Would I just be able to check everything from there? @Dede_4242
You can, surely, but if you want to check it using a GUI, just loop through the data (table) in which feedbacks are saved and load it on your screen.
just use discord webhooks lolz
Ok. I think I’ll just use the plugin cuz I’ve tried doing it with a gui before with other things and it is a HUGE pain. Thank you!
Does this mean I can also get rid of other systems that use a GUI to read through the data store? I find them to be unreliable.
I think Roblox has banned Discord webhooks, to be used. Maybe I’m wrong.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.