I have a pre-made character, and I want to change the color of there torso so every time they join they will get a new torso color, how do I do this?
This script should go inside the pre made character model
Torso = script.Parent:WaitForChild("Torso") --or UpperTorso if it is R15 Torso.BrickColor = BrickColor.Random() script:Destroy() -- remove the script