Well then I’d say your best bet is to put everything into an array (except the two buttons) and then on release of the pause button use a for loop to cycle through the array and disable everything (set enabled to false). Then set enable to true on release of the play button.
that make senses, thank you Lunatic for being so patient in helping me. :cap: