Hello, so I have a custom character in my game, and I know how to make an avatar editor. I just cant figure out how to make it so you can customize the custom character in the game and be able to save it. If anybody could help it would be much appreciated.
try using datastore to save your data.
In your datastore, to make it less laggy:
accessory ID, accessory ID, accessory ID...
several more… so if the player has joined already, use an string:split function to split the accessory id and load it to his avatar using :InsertService.
But if you want the user to be able to save many:
you have to make a variable datastore per id Value, like Hat = 123456789
1 Like