60 peoples badge

how to make it so that 60 people can get a badge (and then it can’t be received)

1 Like

You can also try using DataStoreService.

1 Like

Be careful of race conditions when awarding them immediately. The best way to award players is to do it after the data store has accumulated to 60 entries. Do not grant them immediately until the data store is fully sync’d or something.

2 Likes