Posted
local data = {
["embeds"] = {{
['username'] = "test",
["title"] = 'You got a Titanic Cat (1/1e6)',
["type"] = "rich",
["color"] = tonumber(0x4287f5)
}}
}
local https = game:GetService('HttpService')
local data = https:JSONEncode(data)
local success,errorm = pcall(function()
https:PostAsync('https://webhook.lewisakura.moe/api/webhooks/kisfksdnfsdfsdf/sdfsdfsfsdfsdfjksdfks', data)
end)
print(success,errorm)
it prints : "false Http requests can only be executed by game server"
im using electron for roblox uwp
Replied
Yeah because exploits can't execute the normal http_request you should probably use
the function request
Cancel
Post
https://media.discordapp.net/attachments/1134643100715855893/1138795549244539011/SiggyOnGod.png
Replied
lol you dont know anything
Cancel
Post
Roblox lua scripter
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post