Im trying to make game with magic so I made a character creation,but I want it so when the player presses the main game they go into a server that lets you create your character (basically like naruto rpg on roblox)
You could easily do this using a second place within your game that has a maximum size of 1 player and teleporting the player from the main place to the character creation place when they first join, and teleporting them back once they are done, using Data Stores to retain the information.