Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

when the player puts the morph on specific parts change color to torsos body color ?

Asked by
infmilk -3
4 years ago

b = script.Parent local bodyColors = character["Body Colors"] while true do b.BrickColor = BrickColor.new(bodyColors.TorsoColor3) end This might be an example i cant figure out how i would use this or put this to do specifically what the title says.

0
this is really confusing me speedyfox66 237 — 4y

Answer this question