Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you change the textbox's color?

Asked by 4 years ago

I am trying to change the color of an instace.new text box but I don't know how to change it this is my current code for that

Point.BackgroundColor3 = ("White")

But it doesn't work this is a local script in starter GUI

0

2 answers

Log in to vote
1
Answered by 4 years ago

BackgroundColor3 requires Color3 value

if you really want to use brickcolor you can do

BrickColor.new('White').Color

also if you want to change the textcolor you need to change TextColor3

Ad
Log in to vote
0
Answered by 4 years ago

It would be a Color3 Value

You can learn more on here https://developer.roblox.com/en-us/api-reference/datatype/Color3

Answer this question