Hello. I’m trying to get a specific player info when clicking on the persons character, similar how it works in World of Warcraft. So i would get health, name and level on the person I click on.
Maybe create a struct with all the details that is common for everyone, like name, health etc.
And then cast to the character that will hold this data and display it.