so i was trying to display on a UI of a badge how many times that badge was awarded totally, but i dont know how to do it and i need help
i will be glad for any type of help
so i was trying to display on a UI of a badge how many times that badge was awarded totally, but i dont know how to do it and i need help
i will be glad for any type of help
You’d probably want to use :IncrementAsync() on a DataStore, but this is a really big usage of DataStore queries for a very simple outcome.
so it is bad???
Not necessarily, I suppose if the reward frequency is pretty low and if you batch updates you can get something pretty performant without running out of datastore query requests.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.