What i need is little demo capx with few level and xp example. You see on proper RPG mod you gain xp for example when you kill a monster you get 20EXP when you reach 7lvl your xp bar geting fill slowly because you need more exp for next level. I don't know how to explain this...
If you can. Can you edit my capx. And make proper RPG mod with animated bar and expierence. Thank you again.
Im not good with this bit...
PS: You should look at storing your XP in its own variable, instead of relying on the XP bar to track the total XP (this also allows you to scale up the XP required to gain a new level). The bar should be a representation of the XP, rather. You can set its width as a percentage of its total, like [(current XP / required XP for next level) * 200].