Rank system help

Hi, i’m trying to make a rank system but its not working, i’m new to developing games so im not that good yet.

When i click the image button, it deducts the price you put in, but it doesn’t change my rank.

I can’t think of another way to fix the issue so i came here.

If someone could help me that would be greatly appreciated, thanks!

Here’s my code:
image

Instead of doing rank.Value = rank.Value +“Rank2” ,
try doing rank.Value = “Rank2”

2 Likes

It worked thank you so much! :smiley:

Anytime, Nice work by the way!

1 Like