Gender/character select for new players

hello im new and i want to make a script like when the new players press PLAY at main menu they will get gender/character select then spawn and if an old player has already selected before they will just spawn thx (srry bad english)

make a datastore that stores the players’ gender/character (if character, save the character’s name, if gender save that as a string.)
when PLAY is pressed check if the player’s userId has any data saved, if yes, make their character/gender the saved string, if no, give them the menu to choose and save their choice in the datastore afterwards.

4 Likes