goalmwo
(goalmwo)
#1
Hi, I’m trying to create buttons with GUIs around them that have borders. However, when I move away from the button the border gets thicker.
Actual thickness, doesn’t get smaller than this.
When moved away:
Is there any way to fix this so that the thickness remains constant with the scaling of the rest of the GUI? Thanks!
One of the ways you can solve this is by doing the following:
- Make the BillboardGui size use scale-based UDim2.
- Do the 1) for all of it’s descendants.
- Create a handler that listens for the AbsoluteSize of that element and adjusts the “CornerRadius” property based on this size.
1 Like
system
(system)
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.