I created a ScrollingFrame with TextButtons for the user to chose a font.
I save this chosen font in DataStore.
When the user loads the game and opens the ScrollingFrame again, I’d like to show that saved font as a pre-selected TextButton.
However, some buttons are obviously in the middle of the list, so there might have a pre-scrolling first to correctly show the selected TextButton.
How could I do this?