I have a custom character customizer and I want to know how I would save it so that when your done the outfit saves and teleports you to the main game. Should I make all the character customizing on the server cuz its a one player server and how would I save the data while teleporting?
Not looking for a script just looking for a way to do it
Have each clothing with an integral id, and put them into an array. Save that to datastore, and when that is completed, teleport back
1 Like
Oh wait sorry I thought I replied but guess I didn’t lol
Can I save humanoid descriptions from client side?
You can atleast ApplyDescription from client-side. I would recommend making the data as ID’s and sending them. Then using them in the server to put the clothes, etc on the player.
Not really sure what you mean’t with this question.
1 Like