Instead of changing the color to the yellow color its supposed to change to, It turns more to a white color. Can someone help?
statusColor.Value = Color3.new(255, 255, 127)
Just have to add /222 at then to each number
statusColor.Value = Color3.new(255/255, 255/255, 127/255)