Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 980a92b

Browse files
committed
Add additional parameter for stroke detection
Signed-off-by: RyanLua <[email protected]>
1 parent 9dd38f0 commit 980a92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Signs/PluginGui/GuiObjectPart.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function GuiObjectPart.new(
4949
local guiObject = label:Clone()
5050
guiObject.Parent = surfaceGui
5151
if guiObject:WaitForChild("UIStroke") then
52-
if guiObject.UIStroke.Thickness == 0 or guiObject.UIStroke.Enabled == false then
52+
if guiObject.UIStroke.Thickness == 0 or guiObject.Transparency == 1 or guiObject.UIStroke.Enabled == false then
5353
guiObject.UIStroke:Destroy()
5454
end
5555
end

0 commit comments

Comments
 (0)