I have a frame with a TextLabel:
As in HTML Links Hyperlinks, I would like that when the player hovers over the link it changes color and when he clicks on the link it opens another frame.
I know I can transform this underlined text into a TextButton.
But then for every hyperlink, I will have to separate the text into 3 objects: 1 TextLabel, 1 TextButton, 1 TextLabel.
And then, most annoying of all, I’ll have to concatenate it all in a visually aesthetic way (so it doesn’t look like different Guis).
I ask: is there any simple way to simulate a hyperlink?