I want to change a frames color based on a RGB input from text boxes, but it wants brickcolor, and that does not use RGB

i just want to get the color provided by 3 text boxes, then apply it to a frame. (using RGB. 1 - 255)

Try using Color3

Frame.BackgroundColor3 = Color3.fromRGB(r, g, g)

i did that, but it says “BrickColor expected, got color3”
proof:

Oh also, hello again, thanks for helping with my last post. i post a lot because i have issues with scripting and im new

Make sure that you are using BackgroundColor3

1 Like