Whenever I run the following code in my game (with other code of course) I get the error, HttpService is not allowed to access ROBLOX resources which is confusing me entirely on that I am not attempting to access the Roblox API.
You need to specify that you’re trying to access an external resource, in this case append http:// or https:// depending on whether your application is listening on port 80 or port 443 to the url, like so: Url="http://app.foxtrot.institute/API/quizPass/"..plr.UserId,.
Additionally, Get isn’t a valid HTTP method (case-sensitive!).