diff --git a/src/Components/TagList/Group.lua b/src/Components/TagList/Group.lua index 086a7a1..460a2a6 100644 --- a/src/Components/TagList/Group.lua +++ b/src/Components/TagList/Group.lua @@ -22,7 +22,7 @@ local function Group(props) BackgroundTransparency = 1, Size = UDim2.new(1, 0, 1, 0), }, { - Visibility = Roact.createElement(Icon, { + Visibility = Roact.createElement(Icon, { Name = "folder_lightbulb", Position = UDim2.new(1, -4, 0.5, 0), AnchorPoint = Vector2.new(1, 0.5), diff --git a/src/Components/TagList/TagSettings/init.lua b/src/Components/TagList/TagSettings/init.lua index cdba9ff..e713fe2 100644 --- a/src/Components/TagList/TagSettings/init.lua +++ b/src/Components/TagList/TagSettings/init.lua @@ -44,7 +44,7 @@ local function TagSettings(props) end, }, { UITextSizeConstraint = Roact.createElement("UITextSizeConstraint", { - MaxTextSize = 16 + MaxTextSize = 16, }), }), ChangeGroup = Roact.createElement(Button, { @@ -57,7 +57,7 @@ local function TagSettings(props) end, }, { UITextSizeConstraint = Roact.createElement("UITextSizeConstraint", { - MaxTextSize = 16 + MaxTextSize = 16, }), }), TaggedInstances = Roact.createElement(Button, { @@ -70,7 +70,7 @@ local function TagSettings(props) end, }, { UITextSizeConstraint = Roact.createElement("UITextSizeConstraint", { - MaxTextSize = 16 + MaxTextSize = 16, }), }), Delete = Roact.createElement(DeleteButton, { @@ -84,7 +84,7 @@ local function TagSettings(props) end, }, { UITextSizeConstraint = Roact.createElement("UITextSizeConstraint", { - MaxTextSize = 16 + MaxTextSize = 16, }), }), }), diff --git a/src/Components/WorldView/HighlightAdorn.lua b/src/Components/WorldView/HighlightAdorn.lua index 03c2cbb..a9d35a7 100644 --- a/src/Components/WorldView/HighlightAdorn.lua +++ b/src/Components/WorldView/HighlightAdorn.lua @@ -7,7 +7,7 @@ local function HighlightAdorn(props) Adornee = if props.Adornee.ClassName == "Attachment" then props.Adornee.Parent else props.Adornee, FillColor = props.Color, OutlineColor = props.Color, - DepthMode = if props.AlwaysOnTop then Enum.HighlightDepthMode.AlwaysOnTop else Enum.HighlightDepthMode.Occluded + DepthMode = if props.AlwaysOnTop then Enum.HighlightDepthMode.AlwaysOnTop else Enum.HighlightDepthMode.Occluded, }) end diff --git a/src/Components/WorldView/WorldProvider.lua b/src/Components/WorldView/WorldProvider.lua index 3ca7c45..840b9eb 100644 --- a/src/Components/WorldView/WorldProvider.lua +++ b/src/Components/WorldView/WorldProvider.lua @@ -181,7 +181,7 @@ function WorldProvider:updateParts() elseif tag.DrawType == "Icon" then icons[#icons + 1] = tag.Icon elseif tag.DrawType == "Highlight" then - highlights[#highlights+1] = tag.Color + highlights[#highlights + 1] = tag.Color elseif tag.DrawType == "Text" then labels[#labels + 1] = tagName elseif tag.DrawType == "Sphere" then