Invoke a remote function from a localscript without parameters, like so:
result = remotefunction:InvokeServer()
Occasionally it will error on that line, printing “keys must be strings” in the output as an error.
I’ve come across this error twice today. Today (as in, 30 minutes ago) was the first time I’ve seen it, and it has happened a few times since. The error appears to occur randomly. I haven’t been able to provoke the error - sometimes it happens, sometimes it doesn’t.
Anyone know what this is?