Webhooks - atlas-labs-org/atlas GitHub Wiki

Discord Webhooks

[!WARNING] Discord no longer accepts/allows Roblox POST requests. If you wish to use a webhook, you must use a proxy such as lewisakura.

The above site follows Discord and Roblox ToS by enforcing it's own ratelimits.


Instructions

  1. Download the file linked above (unless you have a webhook_example file already)
  2. Insert file into game
  3. Move to Atlas_Loader -> Plugins
  4. Put your webhook into the slot for it and you're set!

[!TIP] If your loader is missing it, download the plugin here

Notes

  • Ensure webhook ModuleScript name includes the word "webhook," such as "discord_webhook" or simply "webhook".
  • Change name from webhook_example, it will not run otherwise.
  • Make sure you have plugins enabled in settings! (see configuration)