Hi, I have a Parkour game where your level should be saved, that way you can continue playing another day, the problem is that users are reporting to me that their level has been reset, and I have no idea what could be causing the problem.
You’re calling SetAsync/GetAsync way too frequently, try limiting the amount of requests you’re calling when you do that
2 Likes