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

How do i make the players custum character find its REAL bosy skin collours?

Asked by 6 years ago

Ive tried millions of times and it wouldnt work. PLEASE HELP

3 answers

Log in to vote
0
Answered by
Rare_tendo 3000 Moderation Voter Community Moderator
6 years ago

BodyColors instance in the player's character

0
Either you dont get it or i dont? aleandroblingo -35 — 6y
Ad
Log in to vote
0
Answered by 6 years ago
game.Players.LocalPlayer.Character["Body Colors"].HeadColor = "Really Red"

there's an example.

Log in to vote
0
Answered by 6 years ago

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

Answer this question