Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Any possible way to change arrays to a proper UTF-8 format?

Asked by 5 years ago
Edited 5 years ago

Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.

I have a data saving script that uses arrays but it needs to have proper UTF-8 format. if not then should i use multiple set a-syncs for different values? my scripts for the saving system are on this link :https://scriptinghelpers.org/questions/75516/data-saving-script-erroring-on-test-player-1-leaving-and-test-player-2-joining-then-leaving

0
short answer: JSON encode, but you dont have to convert arrays into UTF-8 format to store them in the datastore service theking48989987 2147 — 5y
0
Datastores already use JSONEncode, so it would be pointless to do it in that way. User#25115 0 — 5y
0
theking48989987 I tried storing an array in the datastore and it gave a UTF-8 error. 129Steve129 7 — 5y
0
theres recently been 403 errors happening to data stores that UTF-8 error might be another bug roblox could look into. 129Steve129 7 — 5y
0
I found my answer Vector3's are not considered valid UTF-8 129Steve129 7 — 5y

Answer this question