Brickcolor expeected, got color3. i hate coloring so much

how can i change my text color using rgb values?

last time i checked this:
image

was an RGB value, not a brick color like this:
image

Why the hell do i need to use brickcolor on an RGB value? why cant i just use color3.
if anyone can tell me how to use color3 on my text, thank you

what

fine for me
tho you can use the command bar to recolor it

local txt = game.Selection:Get()[1] txt.TextColor3 = Color3.fromRGB(69,69,69)

when i try to change the text color using a script it says brickcolor expected even though it says color3

1 Like

Are you changing TextColor or TextColor3? TextColor takes a BrickColor, TextColor3 takes a Color3