So I added “local name1” to line 16.
Unfortunately the same error occurred.
Bad argument #1 to ‘newText’ (string expected, got nil)
So I added “local name1” to line 16.
Unfortunately the same error occurred.
Bad argument #1 to ‘newText’ (string expected, got nil)
Instead of JSON, you might try using VIVE - I’ve just released it, and I’d like for people to try it out 
www.gymbyl.com/programming/vive.html
It’s quite a bit more flexible than JSON, and uses no dependencies.
C
Thanks Caleb, I may have a look at it!
But without it, it still wont work. Is it even possible to set a single piece of information in a table to a string? I’m pretty sure, so why does my code now work?!
Are you not just switching around the variables in line 56?
myTable.name = name1
should be
name1 = myTable.name
Thank you jonjonsson!
My troubles are solve!
Regards.