Here's my code.
1 | local connect = game:GetService( "HttpService" ) |
2 | local list = connect:GetAsync( 'DeletedURL' ) |
3 | local decode = connect:JSONDecode(list) |
4 | print (decode) |
Output: table: 1AE3E948 table: 1B130E18
...Because JSONDecode
returns a table?