Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displaying text always generates new glyph and doesn't destroy previous ones. #3

Open
HavenSelph opened this issue Jan 1, 2022 · 0 comments
Assignees

Comments

@HavenSelph
Copy link

When printing text multiple times, it will create new glyphs without destroying old ones. I used a work around in my script to destroy old glyphs but this should probably be done automatically/done through a function.
image

for _, child in ipairs(<<text panel>>:GetChildren()) do
    child:Destroy()
end

Not sure if my code would be the best way of handling this issue, but I included it for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants