Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

[SOLVED]How do I make a post to discord using HTTPServices?

Asked by 5 years ago
Edited 5 years ago

I am trying to make a script that posts on a discord Channel saying a new item has been added to the game, but I don't know how I would do this, I tried something like the script below, but it didn't work.

local hs = game:GetService("HttpService")
--Posting
local Text = "A new item has been added!"
hs:PostAsync("https://discordapp.com/channels/479495934166827025/479496644703027211",Text)

0
Discord blocks roblox webhook request. https://forum.scriptinghelpers.org/topic/183/discord-webhook-module User#5423 17 — 5y
0
you will have to use a proxy to be able to send a webhook request User#5423 17 — 5y
0
Cool! Thanks. mixgingengerina10 223 — 5y
0
Thanks guys! mixgingengerina10 223 — 5y

Answer this question