ProfileStore Player Save

Hello. Sorry for that bad question. But how i can save player attributes (SetAttribute) using ProfileStore? Im making character creator which on the end makes attribute CompletedTutorial to true, but somehow i need to save this.

Or its better just to keep variable CompletedTutorial in profile store template?

You should be able to just save the table of attributes from :GetAttributes(), and when loading, iterate through the table and set them again.

1 Like