Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 26/04/23 in all areas

  1. local name = result["table"]["items"][1]["name"] fetchRemote("[...]", function(data) local result = fromJSON(data) local name = result["table"]["items"][1]["name"] print(name) -- should work end, nil, true)
    1 point
  2. “randomfoliage“ is the property name you are looking for
    1 point
×
×
  • Create New...