I’ve been messing around with trying to make a group of platforms appear and disappear in set intervals. So far I’ve made another version the platforms vanish when I hit a switch using .active = false but I cant get the timed version to work. Please post code I’m too new at scripting to understand otherwise.
You could start a co-routine that loops forever and sets active to true or false with WaitForSeconds in between.