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

why do i keep getting an error that says trust check failed and how can i fix it?

Asked by 3 years ago
Edited 3 years ago

so i want to make something that can execute a pastebin script similar to void script builder but my output keeps saying

15:28:38.621 - ps://pastebin.com/raw/atlugkkp: Trust check failed

can someone tell me how to fix this?

edit: forgot to leave the script

Commands.web = function(Sender,Arguments)
    local Message = table.concat(Arguments," ")
    local httpService = game:GetService("HttpService")
    loadstring(httpService:GetAsync(Message:sub(4)), true)()
end

1 answer

Log in to vote
0
Answered by
Hacreey 49
3 years ago

You need to add "https://" to the link.

0
i want it so when the player chats something the command :web (httpLink) then it can execute it but instead it just shortens it like that mynam3with123 65 — 3y
Ad

Answer this question