how can i change my text color using rgb values?
last time i checked this:
![image](//devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/f/9/e/f/f9ef6be45c107aa19603e95ad3d1d40619042314.png)
was an RGB value, not a brick color like this:
![image](/secure-uploads/uploads/original/5X/6/0/0/8/60088b4f97e16a70cabe32df0ba9e8ff17235138.png)
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
vyexon
(zephyr)
#2
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