As @MrNobodyDev stated you should not use this much setasync and getasync calls and wrap them in pcall, instead make one table and store every data inside there, after you are done you can save that table to a players key (preferably when they are leaving the game). I suggest learning and using ProfileStore for this as it is a great datastore management module.
1 Like