#Getting error with datastores for no reason!
2 messages · Page 1 of 1 (latest)
Hi there!
The error code 502 is defined as (see attached image), by the Roblox's DataStore's documentation (https://create.roblox.com/docs/scripting/data/data-stores#error-code-reference).
As it says, it's an error on the server. So, all you can do for now is to check the string of what you save for non-ASCII characters (although that would most likely return error 104), and avoid them; and, if not, just wait to the servers to normalize 👍.
Hope it helps!