Yesterday I started making something cool (seems cool for me at least) whenever you hover your mouse on a player’s character GUI pops up saying click to view this player profile but before I do that I need to have players profile description
i already made code that gets source of the website thanks to @IdiomicLanguage
But now I am struggling with string.match() because to get the numbers that I want require me to use string.match() which I don’t know exactly how to use it and nothing helped me at all when I searched it.
It’s very difficult to use string.match to find html elements since it’s very conformative. I’d recommend finding the API endpoints for getting blurbs, bios and other profile details.
I’m assuming it’s somewhere in the JavaScript, because I believe roblox uses Angular and I’m pretty sure you need endpoints to use Angular. Maybe try checking chrome sources or network?