Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/Elements/Notice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ return function(icon, Icon)
noticeLabel.BackgroundTransparency = 1
noticeLabel.Position = UDim2.new(0.5, 0, 0.515, 0)
noticeLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
noticeLabel.FontSize = Enum.FontSize.Size14
noticeLabel.TextSize = 14
noticeLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
noticeLabel.Text = "1"
noticeLabel.TextWrapped = true
noticeLabel.TextWrap = true
noticeLabel.Font = Enum.Font.Arial
noticeLabel.Parent = notice

Expand Down Expand Up @@ -110,4 +109,4 @@ return function(icon, Icon)
icon:clipOutside(notice)

return notice
end
end