Questions about making a Suggestion System

I’ve been working on a Finding Game, and I want the players to be able to suggest cubes. My problem is, I don’t know how to make it save the suggested cubes. I have the GUI made, but that’s the only part I need help with. When answering, please give me script examples. Thank you!

1 Like

You could fire a remote event to the server, and save suggestions in a DataStore. You could also connect the suggestions to a discord bot so you can see every suggestion.

Both of these methods require you to know how to use RemoteEvents though, so if you need any further help, feel free to ask.

It would help to know how you want to view the suggestions too (eg; in your game, another app).

Well, we tried to use a webhook, but it did not work…

Edit : It only sent it to discord in studios

You need to use a proxy like WebhookProxy | Discord webhooks go brrrrrrr

1 Like

Thank you so much, it works!!!

1 Like

Make sure to add a debounce to it and checks for if the suggestion is a string though.

It has a cooldown for sending. It’s 60 seconds long.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.