Is it possible to send messages using HTTPService?

Hello Developers!
I was recently working on a plugin that is widely community based. The plugin requires messages to be sent to an outside source in order for it to optimally work. And since Discord webhooks blocked Roblox API, I can’t find any other way to send messages outside of roblox.

Any Help is Appreciated,
OceanTubez

You can use a proxy, make a web server to receive the roblox http request and send to the discord webhook:

roblox > proxy > discord

you can use python http server or express from js

Use a Proxy, Discord Webhook Proxy that is a good one.