I am using a webhook to send an Embed message to discord from Roblox, but while it’s working in studio, whenever I publish it and test it in-game on ROBLOX, it won’t work.
Does anyone know how I can fix this?
[Don’t know which category so Scripting Support it is]
You cannot. Discord is blocking webhook requests coming from Roblox due to abuse.
You could in theory get around this by proxying the request through a middleman, although since this is circumventing the block imposed such a proxy can be blocked as well if abused too.