Below is what I’m referring to. I have enemies in my game with information above their heads. I notice all ImageLabels aren’t affected. I’m REALLY hoping the answer isn’t to convert the text to ImageLabels because that’d increase the amount of assets I have to load in as well as require a bit of scripting.
Gave it a shot. It’s a neat plugin, but it still doesn’t really fix the issue.
The GUI is a Billboard Gui. It hovers over enemy heads so it’s moving around as they move around.
It looks fine 90 percent of the time except in situations like the above where the GUI is in your face. It causes the text to shrink the more zoomed in it is. ImageLabels are unaffected by this.
I solved the problem by simply creating a RenderStepped function that causes the GUIs to fade out the closer the camera is to their heads. That way the warped text is never noticed.