#UI Stroke gets bigger for some reason when im far away from the ui
1 messages · Page 1 of 1 (latest)
you can check out this post:
https://devforum.roblox.com/t/uistrokeadjuster-properly-scale-your-uistrokes/1889014
Developer Forum | Roblox
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 ...
tysm cutie
thickness = initialstrokethickness * camera.ViewportSize.X / 1600
do you even know why is the 1600?
and no, that is not how it works