So I'm trying to integrate an old TextLabel Hyperlink compatibility script by rogeriodec_games (original below), but I've run into a bit of an issue in that even though the portion of the script that should be assigning mouse event connections (MouseEnter, MouseLeave, MouseButton1Down, etc) runs fine (all debug prints output without issue) the actual element on the UI does not respond to mouse events at all. The element itself and all its parents are .Active = true it is the highest Z-Index element in the entire UI, and it appears perfectly fine on said UI it just doesn't respond to the mouse, and I am utterly lost on why.
Original Dev Forum: https://devforum.roblox.com/t/creating-hyperlinks-for-internal-documentation/1972977
I’m developing an INTERNAL Online Help for my game, ie, a manual inside Frames (because Roblox blocks access to EXTERNAL hyperlinks). So I have a frame with a TextLabel like this: 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. But ...
** You are now Level 11! **

