How do I save data with profileservice?

Problem: I’m having an issue with updating player data when they leave because I cannot control when profile service doe the final data save and releases the session lock.

Is there a way I can tell profileservice to wait until I finish updating the data before it saves? or a way to force-save data?

3 Likes

You have full control over when to call Profile:Release(). Until the release you have all the freedom to work with the data.

1 Like