How can I get data out of a table?

How can I get data out of a table like this?

{"CareerKills":0,"Credits":0,"Level":1}

ex. How can I get the value of “Level”?

This table is defined as GetData and the data of the table comes from

local decode = game:GetService("HttpService"):JSONDecode(getData)
1 Like

It should be as simple as doing decode["Level"] but I might be missing something?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.