#weird bug

1 messages · Page 1 of 1 (latest)

full pagoda
#

so I have a simple status module script here. issue is that Cola table won't despawn (attribute = false) but Soaked table will.

tardy dome
#

oh

junior crown
#

Is "Fizz" and "Cola" supposed to be the same thing?

#

I think thats the issue no?

full pagoda
#

just different names

junior crown
#

they needa have the same name

full pagoda
#

okok

junior crown
#

js crtl + H "fizz" into "cola"

#

is what i would do

full pagoda
#

done

#

still doesn't work oddly

junior crown
#

working or nah

#

whats the error ths time

#

or no error

full pagoda
#

no errors or anything

#

just not working

#

soaked, again. is the only one that works for some reason

supple elbow
#
if not target:GetAttribute("Cola") then
return
end
task.wait(1)
end```
#

change return to continue

#

try it out

#

return stops the entire bottom piece of your code from running

#

you should use break or continue

full pagoda
#

alr i'll try

#

tried and oddly, doesn't work