#how do I fix this error message?
1 messages · Page 1 of 1 (latest)
your trying to do a subtraction on an instance
num - instance
What even is the a CurrentStage?
Is ita number value?
CurrentStage.Value
CurrentStage is a folder which is an instance not a value.
you’re doing a number - an instance which breaks the code
I see
how do I make it a number?
didn't work
show me your current stage and its children in the explorer
** You are now Level 1! **
this?
try some debugging like
if spawnStage and (spawnStage - CurrentStage.Value == 0) then
remaining code