Need Help making Character Transformation

Hi everyone I need help with a script that changes the skin color, clothes, and accesories when i hold for example, Z. and i also need to make this script be activated at a certain level or team

Oh this is easy, So we will use the player’s character to change skin color, clothes and etc.
image


so as you see there’s bodycolors,pants,shirt and also the black hoodie I wear so to change that we should jump into its properties les start by pants and shirt
image
so as you see there’s many properties but all we need is the appearance so the ShirtTemplate is the shirt it self so we will put some id into it and we will can to change the shirt this, You can apply this on pants
to access these properties in script:
LOCAL SCRIPT

local player = game.Players.localplayer
player.Character.Pants=3215325275 --this ID is not real also this is how you can do it   

so I think this is enough hope that helped you

@tahabashar1 i need the clothing, skin, and accesories to be changed when i press the Z key