How do i make a customizable leveling up system?

like when unit gets a level then give unit a item, and i need help with the leveling up thing

2 Likes

You can make an attribute on the unit that tracks its EXP, and when the attribute becomes full increase the player’s level and give the unit an item. Here’s an example entity script that does that.

You can also follow this tutorial that shows how to make a similar script:

3 Likes

there is like 3 youtubers who have gave an example on how to make this, a very useful person who made tutorials like this is Pineapple Brain on youtube

1 Like