You're going to need to start logging who you awarded points to with DataStores
Use :IncrementAsync() from DataStoreService with the .PointsAwarded event from PointsService.
You're also going to need to check returning players to catch them if they got points BEFORE you implemented the DataStore tracking.
PointService's :GetGamePointBalance(userId) method will do the trick.
|