I am beyond confused with Fonts and the documentation is very poorly written and beyond confusing to use.
I want to use GetTextBoundsParams
local TextBoundsParams = Instance.new("GetTextBoundsParams")
TextBoundsParams.Text = NewKeybind.Info.Label.ContentText
TextBoundsParams.Font = NewKeybind.Info.Label.Font
TextBoundsParams.Size = NewKeybind.Info.AbsoluteSize.Y
TextBoundsParams.Width = math.huge
specifically this
TextBoundsParams.Font = NewKeybind.Info.Label.Font
Unable to assign property Font. Font expected, got EnumItem
Font expected, I gave it Font…