Ive tried millions of times and it wouldnt work. PLEASE HELP
BodyColors instance in the player's character
game.Players.LocalPlayer.Character["Body Colors"].HeadColor = "Really Red"
there's an example.
you could index to the current body color of the player before touching the character
local BColor = game.Players.LocalPlayer.Character["Body Colors"].TorsoColor3
then after removing the normal humanoid you can index to each body part in your custom characters body, then set the color of the part as BColor.
--[[name of your part--]] .Color = BColor