Character Customisation - Races / Presets?

I’m working on a game that will involve ‘Character Customisation’ for all Players.

The game itself will feature several Races [ Shown below are an example. ]

The Player will also be able to customise Hairs, Hats, ETC.

I’m wondering what the best method for changing Races as a whole - The StarterPlayer will initally be the first ‘Template’ shown. However, the changes to appearence will be taken place accordingly, is there a way I can change the Display Model for the Player according to the selected Race that doesn’t involve :Destroy()'ing all previous accessories and then reinserting and manually changing all the new ones? Or is that the best course of action?

1 Like

I would just re-parent the accessories.

Accessory.Parent = Character
or
Accessory.Parent = game.ReplicatedStorage

btw, this might be useful to you

2 Likes