#help

1 messages · Page 1 of 1 (latest)

sturdy ravine
#

local billboard = Instance.new("BillboardGui")
billboard.Name = "CashDisplay"
billboard.Adornee = head
billboard.Parent = head
billboard.AlwaysOnTop = true
billboard.StudsOffset = Vector3.new(0, 1.8, 0)
billboard.Size = UDim2.new(10, 0, 10, 0)
local multiLabel = Instance.new("TextLabel")
multiLabel.Parent = billboard
multiLabel.Size = UDim2.new(0.2, 0, 0.2, 0)
multiLabel.Position = UDim2.new(0.4, 0, 0.42, 0)
multiLabel.BackgroundTransparency = 1
multiLabel.TextColor3 = Color3.fromRGB(255, 255, 102)
multiLabel.Font = Enum.Font.GothamBold
multiLabel.TextScaled = true
multiLabel.Text = "Multi: 1"
So basically I want the multiLabel text to always be on 1 line but it splits to 2 lines for some reason and idk why

cerulean dew
#

where does it „split to 2 lines“?

#

can you provide a screenshot perhaps?

boreal hamlet
#

Set TextWrapped to false on the textlabel

sturdy ravine
sturdy ravine
#

bump

sturdy ravine
#

bump