AvatarAPI.color

Sets the current color string of your avatar, used as your avatar theme, if the user has a special badge, they can pass in the badge's name to set the color for it.
overload 1:
avatar:color(color)
Method Property Fluent Description Representation
color accepts a Vector3
Return Value an AvatarAPI
overload 2:
avatar:color(r, g, b)
Method Property Fluent Description Representation
r accepts a Number
g accepts a Number
b accepts a Number
Return Value an AvatarAPI
overload 3:
avatar:color(color, badgeName)
Method Property Fluent Description Representation
color accepts a Vector3
badgeName accepts a String
Return Value an AvatarAPI
overload 4:
avatar:color(r, g, b, badgeName)
Method Property Fluent Description Representation
r accepts a Number
g accepts a Number
b accepts a Number
badgeName accepts a String
Return Value an AvatarAPI
a a