been having trouble with using DataStore because whenever I load in game, my Data gets reset back to 0 even though I already have earned enough already with the time I’ve spent in my game.
I have 3 DataStore in-game with their own Modules. My DataStore mainly have AllTimeLeaderboard, MonthlyLeaderboard, and CashData. (Alltime and Monthly share same Module)
whenever I load in-game, all Data goes back to 0. But sometimes, it loads normally. Can anyone help me out here? Tell me which Codes you need to see because there’s A LOT.
My Scripts have:
Save Function, Load Function, Reload Leaderboard, Increment/Give Time/Cash, and Cleaning the Leaderboard for Time Data.