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

How to make a GUI button send a message to the devs?

Asked by 5 years ago

How can I make a GUI button send a message to the devs for bugs and stuff, originally I thought I could make a global leaderstat, but that seemed messy.

0
data stores yayayayay User#24403 69 — 5y
0
http service turtle2004 167 — 5y
0
or you could use a discord webhook turtle2004 167 — 5y

2 answers

Log in to vote
1
Answered by 5 years ago

You can use a Trello API web hook. Every time someone sends a message through the GUI it will appear on your Trello board that you have it hooked up to. Here is a helpful post on the Developers Forum about using Trello API: https://devforum.roblox.com/t/roblox-to-trello-guide/151887/19

0
Thanks, this seems the easiest and most reasonable. KamikazeJAM108867 38 — 5y
Ad
Log in to vote
1
Answered by 5 years ago

You can either save it using HTTPService or Datastore.

I assume that you already know how to script.You need to own a domain when you use an httpservice, but once you got it set up it can be pretty easy. Webhooks used to be possible in Roblox but Discord blocked roblox's hooks.

Datastore is pretty self explanatory, use roblox's datastore and save it to that which you can later access.

Roblox is starting to "okay" discord servers for community, which I know isn't a scripting solution.

0
Ah, my bad. Didn't realise you couldn't use them anymore. turtle2004 167 — 5y

Answer this question