#I have no idea how to fix those errors

14 messages · Page 1 of 1 (latest)

orchid bloom
#

can anyone help me fix those errors please?

fair summit
#

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

orchid bloom
#

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?

gentle cedar
# orchid bloom uhm, now i got new problem?

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

left pollenBOT
#

studio** You are now Level 7! **studio

fair summit
#

you had to literally put all the code under the if statement