Script unable to obtain all attributes

Currently I’m trying to get multiple attributes from this script and insert them into a table.

My Three attributes are Bob, Luke, and Sam each with their own unique value.
Bob = 1
Sam = 2
Luke = 3

However when I go to test the for loop to get my values, the output prints nothing. Can someone tell me what is wrong?

ipairs is for Arrays, pairs is for Dictionaries.

2 Likes

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