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?