Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Receiving feedback from the player?

Asked by
trecept 367 Moderation Voter
5 years ago

What would be the best way to receive feedback from a player? I have a form where they can submit feedback, report bugs/glitches ect, but I don't know how to get it to properly work or where to link it to. My first idea was to link it to discord but I'm not sure I can since I believe discord doesn't like requests from roblox, and if there are too many requests they wont all go through. What's the best and preferably free option to receiving player feedback?

0
Use data stores and remotes. The player could input their feedback in a text box and they can send the feedback text to the server with a remote which will save the string with data store. User#24403 69 — 5y
0
And you can :GetAsync() to get the text User#24403 69 — 5y
0
Datastores can be messy when it comes to reading data unless you write your own system to view the feedback. I would recommend using Discord Webhooks. However, using webhooks could be tricky as Discord blocks requests from Roblox. You'll have to find a discord webhook proxy. I think that you can find a few on the Devforum or v3rmillion. Kullaske 111 — 5y
0
You could also just use Google Spreadsheets... it's not a very modern approach but it doesn't require any hefty work or extensive proxy searching. SummerEquinox 643 — 5y
0
You can hook it to google forms and have that get sent to a spreadsheet. Vmena 87 — 5y

Answer this question