Something's making Color3 Bigger IDK what

v.MouseEnter:Connect(function()
			script.Parent.Frame[v.Name..'EF'].ImageColor3 = Color3.new(68, 70, 212)
		end)
		v.MouseLeave:Connect(function()
			script.Parent.Frame[v.Name..'EF'].ImageColor3 = Color3.new(48, 48, 149)
		end)

Hello!
This is my code, I don’t think there’s an error, (at all) but when I hover it, the color gets changed to 12k or something like that :confused:

Here you can see video :stuck_out_tongue: https://gyazo.com/9bed160f425e02433fb3ca2840f64909

This is video of how value changes: https://gyazo.com/340999d3ae6db8cc0188c22e43a739da

Do you think it’s because you’re using Color3.new() and not Color3.fromRGB()?

1 Like

Indeed, also, why it would change the value to 12312321 ? (Or something like that)