Hello!
Today I was working on my server joining system, and I am using the sorting order of each dedicated server ID to use as a joining code.
The entire system works great, but I need to send table values to other lobby servers every time a new dedicated server is created. I put the table through messaging, and printed them from the same script which contained both a Publish and Subscribe system (for testing) When I printed the tables, I realized that the sorting number on the “receive” end is being turned into a string. See photo below.
Is this intentional? If so, how would I get around this? My system is dependent on the sorting number to be an integer, and this might be the reason why it is not working.