Need Help with Character stats spread and name input

Xup guys im preety new to Gdevelop community and gaming engine(been using for like a n official month now)
i need help with stuff like spreading char stats for example:


im tryna create a fanmade game but i want a situation whereby i can spread 80 stats point to each of those stats and they,ll increase each of the specified stats(which i dont really know how to work on) i understand a little about the level up system i watched a useful tutorial on it, but im just lost on how to spread the stat points from the creation screen. Also i would like to get help on how to write a name for the char and make it show in a character info pop-up, i would be really grateful if anyone took their time to help me out,THNX :smiling_face_with_three_hearts: :innocent: :smiling_face_with_three_hearts:.

Not exactly sure which part you need help with.
If you want to know how many points are left, use a simple formula like:
80 - (Variable(speed)+Variable(stamina)+Var…)

To display a name, use a text input object, then store the input in a variable and reuse the variable as you like.