#Can I change profileservice value many times?
3 messages · Page 1 of 1 (latest)
I wouldn't suggest changing it so frequently, really you only need to save when the player leaves/game shuts down. (And maybe the occasional autosave). ProfileService probably has protection against over utilizing DataStoreService, as there is a maximum amount of requests allowed to be taken per minute.
@potent hamlet yeah I would want it to change every second if Im using datastore, but whenever I watch a video explaining profile servicing. They use and even change it frequently. So I assumed profile service saves it locally and when you leave saves it to datastore automatically instead of saving on every change.