I tried posting to my friend's website, but I keep getting the error 'Trust Check Failed' (and yes, I have inserted HTTPService and checked 'HTTPEnabled')
This is my code:
local http = game:GetService("HTTPService") local info = { ["Message"] = "HI!!!" } local json = http:JSONEncode(info) http:PostAsync("http://pirates-online-rewritten.com/test.php", json)