Httpservice to Discord

Hello!

Would anyone know how I would use httpservice to send a request to my discord bot and send back to roblox, if the user replyed or something?

I dont really know what webhooks are too.
(I do JS)

I’ve asked many people this same question before I got a somewhat working version, (this was just a personal project i did a while ago to see how i would do something like this in the event that I had to) and from what I have heard and been told the best way of doing this is using some kind of express server (express.js through node.js) to facilitate the communication. There are some devforum articles to help you here.

1 Like

Thanks, I will look into this one!