#I have no idea how to fix those errors
14 messages · Page 1 of 1 (latest)
the char error is simple
you use GetPlayerFromCharacter
but... the thing is, nothing you touched is guaranteed to be a model 🙂
so you need to first as if there's even a player
and then make the variable
if Player then
local Character = Player.Character
-- rest of code
that'll fix that
uhm, now i got new problem?
im trying to make this +1 jump every second game w multipliers(win) maybe anyonne knows som easier ways to make it?
Well, I haven't read much of your code but it seems you didn't wrap the entire code within the if-then statement cluelessdev said, also when changing a variable name from char -> Character you need to alter everything relating to it
** You are now Level 7! **
you literally just copied what I did 😅
you had to literally put all the code under the if statement