so i made a startercharacter of a military fighter and it works but how do i make it so that instead of the head’s face and color being the rigs, it maintains the orginial players one
1 Like
Try getting the colors from the player before their clothes are changed with a script instead. Here is an example:
ArmR = game.Workspace[PlayersName]:WaitForChild("Right Arm").Color
You could do this with a PlayerAdded function.