diff --git a/src/Elements/Widget.lua b/src/Elements/Widget.lua index 4d3a3ef..6236482 100644 --- a/src/Elements/Widget.lua +++ b/src/Elements/Widget.lua @@ -166,7 +166,6 @@ return function(icon, Icon) iconLabel.TextXAlignment = Enum.TextXAlignment.Left iconLabel.Text = "" iconLabel.TextWrapped = true - iconLabel.TextWrap = true iconLabel.TextScaled = false iconLabel.Active = false iconLabel.AutoLocalize = true @@ -434,4 +433,4 @@ return function(icon, Icon) iconSpotGradient.Parent = iconSpot return widget -end \ No newline at end of file +end