#im confused
28 messages · Page 1 of 1 (latest)
where it shows ```lua
local rebirthsAmount = tonumber(rebirthButton.Name)
since rebirthbutton's name isn't a number,
you get that error
i think thats why
idk
it looked weird to me so i just wanted to point that out
yes it is
or you could do something like this
local rebirthsAmount = tonumber(1)
i think that's how it'l work
didi if im wrong, correct it please thanks
thats fine but the tonumber() is not needd since 1 is already a number it would be used if it was "1"

whats the red msg
here on top of this one
might be a syntaxe error
-_- yes thats a syntaxe error
local soultokenValue = player.leaderstats["Soul Tokens"].Value
its name is Soul Tokens not soultokens
** You are now Level 3! **
thats fine