I made it print what the color input was, is this not 3 arguments?
1 Like
Why not just use
Color3.fromRGB(1,0,0)
Do you have the code thats giving the error?
I put in white, if I use it, it’ll be red.
Send code, I tried your code and it worked for me.
?I don’t see any code…?
Perhaps u r giving it a Vector3 (one arg)…?
I connected it to a part
script.Parent.Color = Color3.fromHSV(0.997167, 0.690196, 1)
This makes it a warm red color.
fixed itself somehow I have no idea how.
1 Like