Just FYI, if you're using the No Permission button, with the current code there's a thin strip of the original button showing that players can click on to get to the workbench
If you change the following line
RectTransform = { AnchorMin = "0.5 0.0", AnchorMax = "0.5 0.0", OffsetMin = "320.5 117", OffsetMax = "448.5 149" },
to
to
RectTransform = { AnchorMin = "0.5 0.0", AnchorMax = "0.5 0.0", OffsetMin = "320.5 117", OffsetMax = "448.5 151" },
That covers it up completely.
That covers it up completely.