01 | local lv = Instance.new( "IntValue" ) |
02 | lv.Parent = psts |
03 | lv.Name = "Level" |
04 | lv.Value = 1 |
05 |
06 | local xp = Instance.new( "IntValue" ) |
07 | xp.Parent = psts |
08 | xp.Name = "Exp" |
09 | xp.Value = 0 |
10 |
11 | local xpMax = Instance.new( "IntValue" ) |
12 | xpMax.Parent = psts |
13 | xpMax.Name = "ExpGoal" |
14 | xpMax.Value = 10 |
15 |
i don't think i need to explain more, i just want to level up