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

Why does getcharacterappearanceasync gives the wrong bodycolor?

Asked by
LostPast 253 Moderation Voter
5 years ago
Edited 5 years ago

:getcharacterappearanceasync() gives the wrong bodycolor for the userId. How do I correct this?

if you use

local charAppear =  game.Players:GetCharacterAppearanceAsync(7387030)
charAppear.Parent = workspace

and check the BodyColor and it is roblox basic instead of my character's colors.

my character is "pastel brown"

roblox basic is 'cool yellow', 'bright blue', and 'dark green'

Answer this question