I have a Billboard Gui that hovers over a spinning part in my game. For some reason, when you move your camera or your character around or closer to it, it glitches out and the text begins to spasm and jitter. I tried messing with the size of the TextLabel, but nothing has fixed it. Not sure why this is happening. Anybody know a fix?
I don’t think I’ve seen this behavior before. Could you capture a video?
Based on what you are describing, it may be related to the text changing size if TextScaled or TextWrapped are set to true while the UI object is rapidly changing size.
1 Like
In addition to what @VitalWinter said, i’ve also read of some visual issues with using RichText, so maybe if you have it enabled in the textlabel try to disable it and test it.
3 Likes
provide a video? so i can like truly see ykyk
I may know the issue but i need to see if its what i think of before, could you provide a video?
Apologies for the late reply guys, but @RMofSBI was right. RichText was enabled for some reason, and it caused the glitch. Appreciate the help
1 Like