https://gyazo.com/99448b30631438a48508e7c0de3ebb05
As seen above, as I change my selection in the workspace, the property of the textlabel is properly changed to reflect the number of selection, yet on the same textlabel in the UI, it seems to be delayed, it shows the previous text instead.
What is seemingly happening here? The text label is clearly has the correct text property, but it doesn’t render the right text, or at least whenever it updates it updates to what it previously was.
1 Like
Looks like a studio bug which confuses me the most as I have never seen this before at all. You could try creating a new textlabel every time instead of changing the text property. Let me know if I helped!