while true do
local randomColor = Color3.new(rand:NextNumber(), rand:NextNumber(), rand:NextNumber())
script.Parent.ImageColor3 = randomColor
print(randomColor)
wait(0.1)
end
the image wont turn into any colors it does print the r g b of the color
Yeah, but if it’s not pure white, it may give unwanted results, and honestly some pretty ugly results depending on the color it is. That is why I said “freely”, but it may not have been the best word.
Just because of how Color3 works. Since it is already black, it can’t apply new colors because the image is too dark. This is true with any dark color. It is noticeable, but still barely changes.
Because Black is the “strongest color” and roblox applied a filter on top of the image, not the image itself. So black, will still look black, but white, can apply this “filter like” change. If you try other colors then black or white, then the 2 colors will mix on top of each other