#Enabling a part based off if another part is enabled

8 messages · Page 1 of 1 (latest)

hoary wagon
#

how do i make a thing only enable itself if the main thing is enabled; a “thing” as in a particle or image or effect etc, so like theres a main thing and 2 extra things, how do i make those 2 extra things only enable if the main thing is enabled? I dunno how else I can explain it

gaunt sundial
#

if mainthing.enabled == true then

end
#

@hoary wagon

#

You could also add a elseif statement that disables the “2 extra things” when the mainthing is disabled

hoary wagon
#

is that what youre supposed to do

gaunt sundial
#

You dont have to

#

But you can