Attribute max won't work

I have an attribute called XP for my player in my game, the max is set to 5000, but it won’t go over 100, I have saved and republished, I have checked that the max is 5000, but even though it is, my attribute’s value doesn’t go above 100.

Did you set the attribute’s max on the player type or in Global Variables?

1 Like

In Global Variables.

1 Like

Ok, change it on the player type instead.

1 Like

I set the max in player type and now it works, thank you!

3 Likes