You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
for_, childinipairs(<<textpanel>>:GetChildren()) dochild:Destroy()
end
Not sure if my code would be the best way of handling this issue, but I included it for reference.
The text was updated successfully, but these errors were encountered:
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.
Not sure if my code would be the best way of handling this issue, but I included it for reference.
The text was updated successfully, but these errors were encountered: