Hi there,
our game recently has been reported by a few players for not getting their money. When I checked and analyzed situation I found these errors:
Error saving items for (Roblox name): 502: API Services rejected request with error. Error code: 0 Reason: An internal server error occured.
and
DataStoreService: InternalServerError: An internal server error occured. API: SetAsync, Data Store: LeaderStatSave
502: API Services rejected request with error. Error code: 0 Reason: An internal server error occured.
The line of codes where is described our main script (HlavniScript) points to SetAsync through game:GetService(“DataStoreService”) and DataStoreService:GetDataStore(“LeaderStatSave”).
Expected behavior
We think this error occured due Roblox testing something with DataStore Services or any new API Services.