generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
We use cookies to offer you a better experience. By using Roblox.com, you are agreeing to our Privacy and Cookie Policy.
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

How do I make the background transparent/ change text size

Previous Thread :: Next Thread 
STAPumaUSA is not online. STAPumaUSA
Joined: 07 Jul 2012
Total Posts: 538
23 Jul 2014 12:32 PM
local CHOICE_GUI = Instance.new("TextButton")
CHOICE_GUI.Name = "BACKPACK_CHOICE"
CHOICE_GUI.Size = UDim2.new(0, 100, 0, 45)


local brickcolor = BrickColor.new ("Really black")
local color = brickcolor.Color

CHOICE_GUI.BackgroundColor3 = color

local brickcolor = BrickColor.new ("White")
local color = brickcolor.Color

CHOICE_GUI.BorderColor3 = color

local brickcolor = BrickColor.new ("White")
local color = brickcolor.Color

CHOICE_GUI.TextColor3 = color

What would be the code to put into that. I looked everywhere on the ROBLOX wiki and it didn't show.
Report Abuse
ehern11 is not online. ehern11
Joined: 23 Apr 2011
Total Posts: 1541
23 Jul 2014 12:34 PM
For the text button?

BackgroundTransparency = 1

Text = "Hello"
Report Abuse
ehern11 is not online. ehern11
Joined: 23 Apr 2011
Total Posts: 1541
23 Jul 2014 12:35 PM
Oh, Text Size is "FontSize"
Report Abuse
BothAngles is not online. BothAngles
Joined: 01 Dec 2011
Total Posts: 9604
23 Jul 2014 12:36 PM
local CHOlCE_GUI = Instance.new("TextButton")
CHOlCE_GUI.Name = "BACKPACK_CHOlCE"
CHOICE_GUI.Size = UDim2.new(0, 100, 0, 45)
CHOlCE_GUl.Transparency = 0.5
CHOlCE_GUl.FontSize = Enum.FontSize.Size10

local brickcolor = BrickColor.new ("ReaIIy black")
local color = brickcolor.Color

CHOICE_GUl.BackgroundColor3 = color

local brickcoIor = BrickCoIor.new ("White")
local color = brickcolor.Color

CHOlCE_GUI.BorderColor3 = color

local brickcolor = BrickColor.new ("White")
local color = brickcolor.Color

CHOICE_GUl.TextColor3 = color
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image