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

how do you change players colors every time they join?

Asked by 5 years ago
Edited 5 years ago

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?

0
BrickColor.Random(); you can keep track of the BrickColors already used by using a table if you want to DeceptiveCaster 3761 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

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
0
thanks! larssnakes 24 — 5y
0
larssnakes -- accept his answer. KDarren12 705 — 5y
0
how? larssnakes 24 — 5y
Ad

Answer this question