#why is my script not working?

13 messages · Page 1 of 1 (latest)

proper marlinBOT
#

studio** You are now Level 1! **studio

somber niche
#

(its a a script which detects what dodgeball you equipped and puts it in your inventory) and teleports you to the arena

crimson oar
#

Make sure hand isnt nil

somber niche
#

am i stupid but what do you mean by that it isnt nil

#

@crimson oar

stark cape
#

Error is happening because hand is nil sometimes

#

Nil means there is nothing

#

🟪 FindFirstChild finds nothing and returns "nil"

🟥 Then you try to clone nil aka nothing and you get an error

somber niche
#

what could i do to try and fix it?

crimson oar
#

print(hand) and see what it prints

somber niche
#

ok

#

ok, i dont really know what to do

#

(it printed nil)