Could someone please help me make a badge datastore system for a massive amount of badges, (63). I would love to display an index full of badges players have obtained (essentially i’m making a find the game) and due to userhasbadgeasyncs strict limitations, it causes a halt on the loading efficiency for the index making it very slow to load. If someone could explain a way i could approach making a badge datastore for said index or provide me a script that would be very appreciated.
#Badge datastore
4 messages · Page 1 of 1 (latest)
no
I would recommend taking a look at profileservice theres a few videos going over it!
oh sorry I literally readed to make you up a full system, yeah take a look to ProfileStore:
https://devforum.roblox.com/t/profilestore-save-your-player-data-easy-datastore-module/3190543
Developer Forum | Roblox
“ProfileStore” by loleris (Successor module to ProfileService) [GitHub repo] ProfileStore is a Roblox DataStore wrapper that streamlines auto-saving, session locking and a few other features for the game developer. ProfileStore’s source code runs on a single ModuleScript. Read documentation here: ProfileStore wiki (Click me) Get the module...