Is it possible?
Currently I have a ServerScript that does work with DataStores to form a table with gathered information. I now want to pass this information to a LocalScript, and I was hoping I could get info here on how to do this.
Thanks.
I would make a string value and put the table in that, but it would require some string manipulation skill. I know you can use _G.
for global variables, but I'm not sure if they work for tables.