Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why my level up system is not working?

Asked by
MpAlex 16
4 years ago
01local lv = Instance.new("IntValue")
02    lv.Parent = psts
03    lv.Name = "Level"
04    lv.Value = 1
05 
06local xp = Instance.new("IntValue")
07    xp.Parent = psts
08    xp.Name = "Exp"
09    xp.Value = 0
10 
11local xpMax = Instance.new("IntValue")
12    xpMax.Parent = psts
13    xpMax.Name = "ExpGoal"
14    xpMax.Value = 10
15 
View all 22 lines...

i don't think i need to explain more, i just want to level up

0
Are there any errors you can give? JuuzouBlitz 75 — 4y
0
there is no error, is just not working. the output is clear MpAlex 16 — 4y

Answer this question