Did i format this correctly? it keeps breaking

local MessageData = {
    ["content"] = "",
    ["embeds"] = {
        {
            ["title"] = "⚖️ Moderation Action Logged:",
            ["description"] = "Player Moderated: ".. PunishedPlayer .." (UserId: ".. PunishedPlayerUserId ..")\nModeration Type: ".. Punishment .."\nModeration Reason: ".. Reason,
            ["color"] = 2222897,
            ["footer"] = {
            ["text"] = "Action performed by: " .. Admin.Name .. " (UserId: " .. Admin.UserId .. ")";
            }
        }
    }
}

returns Http error 500, managed to fix it for a little while by going over the formatting and attempting to fix it, and then it stopped working again
the other webhook message’s info is working fine, but not this one

That’s just the Roblox servers. Be patient, Roblox staff hopefully will fix it soon.

It’s working now, i was unsure because prior to making this post, only this message wouldn’t send

1 Like

No problem. Happy to… “help” :happy2:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.