Hello guys,
I’m having trouble,
local data = {
["content"] = "<@&693244970290905179>";
["username"] = "Bakery Assistance";}
local newdata = HttpService:JSONEncode(data)
HttpService:PostAsync(Webhook, newdata)
When I go in-game and test it. It don’t works and instead it sends me a HTTP 400 (bad request)
error.
I’ve seen other forums and they use the same method.
Https is enabled in my place and everything. So I really dont know what else to do.