Hello, my name is TheCrazyCar and I’m having some random issues with HttpService. So basically, in one of my games, I have a script which sends a message to a Discord server whenever a player joins the game. This worked perfectly fine but recently out of nowhere I have this problem.
Here is the script and the error (Yes I did put the webhook URL in but I’m not gonna show my URL):
I have Http Requests on and everything. Any help? Anything is appreciated!
Discord has blocked requests from roblox, you’re going to have to set up a proxy. I’ve done this before for a friend, if you DM me I can help you set it up(it’s quite involved).
I’ve been using Discord’s webhook for my games recently, and I highly recommend you not to use it. It’s very risky, and there’s a chance it might ban your Discord account. As said, it is breaking Discord’s terms of service. Especially when you’re firing it whenever someone joins your game as this can be abused multiple times. EVEN if you want to use it, I highly recommend you use it for something that’s really necessary.