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.