Im trying to send a table from the server to the client, with the name of the stringvalue and also its value so that on the client it can take these and search for its corresponding label inside a gui like this:
Yep so ive removed that and added the print onto the client instead which works and shows
which is exactly what im after, but im not sure how to go about looping through the table now on the client and searching for the matching names and value in the gui
Ive tried this on the client:
But it doesnt print anything