#how do I fix this error message?

1 messages · Page 1 of 1 (latest)

vapid harness
#

This is for an obby checkpoint system I'm trying to make but it's not working

sudden flame
#

num - instance

#

What even is the a CurrentStage?

#

Is ita number value?

olive jasper
#

you’re doing a number - an instance which breaks the code

vapid harness
#

how do I make it a number?

vapid harness
olive jasper
#

show me your current stage and its children in the explorer

subtle archBOT
#

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

olive jasper
#

try some debugging like
if spawnStage and (spawnStage - CurrentStage.Value == 0) then
remaining code

vapid harness
#

fixed

#

but thanks

#

if (spawnStage == CurrentStage.Value + 1) then
CurrentStage.Value = CurrentStage.Value + 1