startPlayerCustomization
The startPlayerCustomization
export opens the character customization menu so the player can change their appearance (clothes, face, hair, etc.). It sets up the camera, hides the HUD, and locks the player in place until they finish.
How to Use
You can use this export in a command like this:
What It Does
Opens the customization menu
Freezes the player and hides the HUD
Lets the player change their appearance
Calls your callback function when done or cancelled
Use it in shops, spawn menus, or whenever you want players to customize their look.
Last updated