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

How do I fix the zooming out larger gui on BillboardGUI? [closed]

Asked by 7 years ago

When I zoom out on my BillboardGui It gets HUGE and gets taller as crap..

Please help!

local Bill = Instance.new('BillboardGui',Tab)
Bill.StudsOffset = Vector3.new(0,0,0)
Bill.Size=UDim2.new(0,200,0,50)
Bill.Adornee=Tab
local Text=Instance.new('TextLabel',Bill)
Text.Text = txt
Text.Position=UDim2.new(0,0,0,0)
Text.Font = Enum.Font.SourceSansBold
Text.FontSize = "Size24"
Text.TextStrokeTransparency=0
Text.TextColor3 = Color3.new(255, 0, 255)
Text.TextStrokeColor3=Color3.new(170, 0, 127)
Text.Size=UDim2.new(0,200,0,25)
Text.BackgroundTransparency=1
Text.Position=UDim2.new(0,0,0,0)

~Enchanted

0
This is not a scripting question. Look this up on google, rather than asking a scripting website, please. Async_io 908 — 7y

Closed as off-topic by Async_io, LegitimatlyMe, TheHospitalDev, and Thetacah

This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.

Why was this question closed?