I want to put a border around a rounded gui using ui strokes but on mobile, the strokes are a lot more thicker than they are on bigger screens. How do I fix this?
Motofied
(Moto)
April 19, 2023, 8:11pm
#2
I personally use this module by Awesom3_Eric. It’ll make those processes automatic
PROBLEM
Simply…UISTROKES ARE THE PROBLEM!
After its release, there have been many complications using UIStroke in projects. UIStrokes don’t properly scale relative to screen resolution (devices) nor relative to camera distance on BillboardGuis. To counter this issue, I created the “UIStrokeAdjuster” module!
BEFORE UIStrokeAdjuster
AFTER UIStrokeAdjuster
SOLUTION
Features
Effectively uses CollectionService
Automatically recursively tags ScreenGuis and BillboardGuis i…
Thanks! This does work with all guis right? Not just billboard?
system
(system)
Closed
May 3, 2023, 10:31pm
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.