local multiLabel = Instance.new("TextLabel")
multiLabel.Parent = billboard
multiLabel.Size = UDim2.new(0.2, 0, 0.2, 0)
multiLabel.Position = UDim2.new(0.39, 0, 0.33, 0)
multiLabel.BackgroundTransparency = 1
multiLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
multiLabel.Font = Enum.Font.GothamBold
multiLabel.TextSize = 24
multiLabel.Text = "Multi: 1"
multiLabel.TextWrapped = false
local multiStroke = Instance.new("UIStroke")
multiStroke.Parent = multiLabel
multiStroke.Color = Color3.fromRGB(255, 255, 255)
multiStroke.Thickness = 2
how do i fix this script because when i zoom out/in the size changes for some reason, i know there is a way using scaling but idk how without messing up size and pos like i tried using textscaled
** You are now Level 11! **