local button = script.Parent.ImageButton button.MouseEnter:connect(function(enter) button.ImageColor3 = Color3.new(103, 51, 0)-- Help me here can you tell me a system to find out how to make this color into a color3 form? end) button.MouseLeave:connect(function(leave) button.ImageColor3 = Color3.new(170, 85, 0)-- Same with this end)
I looked up friazas explanation of this but it makes no sense something like divide by 50 its weird, please help me.
Well, the three numbers stand for (r,g,b) If you want to look up what they look like, go to http://www.colorschemer.com/online.html Put in the numbers on the left side.