TextButton and TextLabel's TextColor3s are using Color3.new instead of Color3.fromRGB
Kampfkarren opened this issue · 0 comments
Kampfkarren commented
TextButton.properties.TextColor3 = InstanceProperty.typed("Color3", {
getDefault = function()
return Color3.new(27, 42, 53)
end,
})