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

Pastebin API Help?

Asked by 9 years ago
local http = game:GetService('HttpService')

print(http:GetAsync('http://pastebin.com/api/api_post.php?api_option=paste&api_dev_key=DEVKEYHERE&api_paste_format=none&api_paste_name=' .. http:UrlEncode('Test') .. '&api_paste_code=' .. http:UrlEncode('Test')))

This is more of a problem with the API itself, it keeps saying that api_option is invalid.

Answer this question