anyone know the problem??
local webhook = "hmm"
local h = ""
for i, v in pairs(loadingdata) do
print("loop")
print(v)
h = h..v
print(h)
end
local hah = {
["content"] = h
}
hah = http:JSONEncode(hah)
http:PostAsync(webhook, hah)
2 Likes
Katrist
(Katrist)
August 22, 2023, 1:38am
#2
What is loadingdata? Also, you shouldn’t put your webhook for everyone to see or someone can use it.
oh right… I just got this random notification. Its a table with a ton of strings
Katrist
(Katrist)
August 22, 2023, 1:41am
#4
Are there any errors? (You can edit your post to remove the webhook)
Also, Discord blocks all HTTP requests from Roblox, you’re going to have to use a proxy like https://hooks.hyra.io/
I hasn’t blocked any webhooks for me so I don’t know if that is 100% correct
Katrist
(Katrist)
August 22, 2023, 6:28pm
#6
system
(system)
Closed
September 5, 2023, 6:29pm
#7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.