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

imagecolor not working for skin color? please help with this it would be great,

Asked by 3 years ago

im trying to take a image box and find its color and then use that in a

color3 string

like local imagebox = plr.PlayerGui.Box.BoxBar local box = imagebox.ImageColor3

plr.Character.Head.Color3 = Color3.FromRGB(box)

how would i be able to take the image color of a imagebox then turn that value to a skin color like Color3

1 answer

Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

sorry

Heads dont have the property Color3. its just color.

just grab the color and assign it correctly like this

color = plr.PlayerGui.Boxbar.ImageColor3

plr.Character.Head.Color = color
0
well thanks for that nice little response TeaWithMee 76 — 3y
Ad

Answer this question