I have a screen with 30 level buttons on it. Each level button shows the score for each level in a text box under it.
So each textbox has to be unique right? How can I clone one textbox (with properties) 30 times? Or is there a different way to do it?