I have created a simple module to send webhook requests to Discord from Roblox!
Features Preset colors Full customization of messages, embeds and author embeds User Friendly Backup proxies so you don’t have to worry about Discord blocking Roblox requests
This is meant to be very simple and user friendly, so if you have any questions or suggestions post them in the replies and I will try to respond to as much as possible!
What if the developer themself is not willing to make a cooldown? It would exceed the rate limit, and therefore, would get any proxy you used banned.
Also, you should make it so both the functions that send the messages check if the data you use to send (embed or string) is either or, and if it’s the opposite of what the function should do, it will execute the other function. This would be as simple as using typeof.
My webhook site, webhook.newstargeted.com, has self-imposed rate limits. This means that if you spam requests from Roblox and Roblox doesn’t impose any rate limits, our site will step in. We can either limit the rate of direct requests or queue the sending process.
Our site will place all of your requests sent from Roblox into its own queue. This ensures that all requests will be sent to Discord without encountering any rate limits from Discord’s API.
To access the latest version (V6 as of May 17, 2023) of the WebhookService Module, you can download it from this link: WebhookService.lua.
Or you Can purchase Ro-Essentials the plugin: Ro-Essentials - Roblox
When you click “Get started” on my site, you will be presented with information like this:
If you click the WebhookService.lua link from this post, it is the same as the “module”, that CJ posted.
But mine has been updated.
CJ updated to mine in his plugin.