Thnx dude. Can u pls help me how tou made the rythem system. Did you use timers or what
Viewing post in R.R.R.: Rythmic Robot Reorganization jam comments
sorry for not replying earlier but this was very tricky to make. First of all the music has ot paly in a channel in order for you to be abke to check it’s offset, them I put it’s offset through a module, I would them make actions if the module value was below 0.1, the exact expression is mod(SoundChannelPlayingOffset(5),2), the number 2 is for how frequent I want this value to return a number smaller than 0.1, the smaller this value (2), the more frequent it is true.
Sorry if it’s confusing, it was very tricky to figure out