sjr04
(uep)
May 24, 2020, 5:00am
2
Introduction
I’ve been scripting for a long time, and as a result, I’ve come up with various different ways to do things as opposed to more traditional methods. One of these methods I’ve come up with is using Discord Webhooks to track and/or notify me of whats happening in my game. Without further ado, here’s the tutorial.
What is a Discord Webhook?
a Discord Webhook is a handy little feature built into Discord that allows developers to send messages without the use of a bot(and in-turn a we…
You would use a remote event. On the client you would send the text from a text box to the server. Then the server would then send the given text to your webhook.