DataStores cannot store certain combinations of symbols

for example, <p cannot be stored in a DataStore. It will throw “HTTP 0 (HTTP 500 (HTTP/1.1 500 Internal Server Error))”

repro:

game:GetService("DataStoreService"):GetDataStore("test"):SetAsync("test","<p")

datastores seem to have trouble with < and &.

2 Likes