Im making a game where there’s a custom character(GUI Custom Character[No Humanoid/ Bodyparts{The character is a image}]). Script i created:
local profilecharacter = Instance.new("NumberValue", userprofile)
local profileface = Instance.new("NumberValue", userprofile)
local profilecolor = Instance.new("Color3Value", userprofile)
profilecharacter.Value = 8207800118
profilecharacter.Name = "characterprofile"
profileface.Value = 8207825395
profileface.Name = "characterface"
profilecolor.Value = Color3.fromRGB(255, 0, 0)
profilecolor.Name = "charactercolor"
What happen:
Thank you for the help! i appreciate it!