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
1 | Point.BackgroundColor 3 = ( "White" ) |
But it doesn't work this is a local script in starter GUI
BackgroundColor3 requires Color3 value
if you really want to use brickcolor you can do
1 | BrickColor.new( 'White' ).Color |
also if you want to change the textcolor you need to change TextColor3
It would be a Color3 Value
You can learn more on here https://developer.roblox.com/en-us/api-reference/datatype/Color3