#Can I change profileservice value many times?

3 messages · Page 1 of 1 (latest)

limber basin
#

I have values that change every second. Now what I wanna now is does profile service save an object and then saves it to datamodule or does it save to datamodule on every change? Cause if it does I assume I cant change the value many times.

potent hamlet
#

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.

limber basin
#

@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.