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
You need to add "https://" to the link.