How do i get a specific item from a table

so im trying to get the name of a sound from its id
So i get a table of all the IDs info, and then im tryign to get a specific part of that table ( the name of the id)

I thought “Table[15]” would work (thats the index number of the sounds name)
but no, that for some reason returns nil, i try printing the table again, that prints fine
So how do i get a specific item from a table?

Can you send a snippet of the table? I’m not too sure I understand.

You can use table.find to get the index of the sound within the table.