Sending multiple strings with MessagingService

Hello,
I am trying to use the MessagingService to send multiple strings to other servers. Is it possible to send 2 strings inside one message? I need to send the players name and the name of an in game item, Or what other ways could this be achieved?

1 Like

An alternative way would be to put the strings in a table and then send the table over. Then you can just get the strings from the table by indexing or using the string library.

1 Like

Sorry for the late reply, I was at work. That sounds like it could work, ill go test it out and let you know.

1 Like