Nice #wip guide! Don’t forget to finish it
Will you finish the guide because it says “(UNFINISHED IGNORE)” in the title.
More specifically, you should credit these guides:
Note to OP and everyone else, there is an easier and more efficient way to do this.
Trigger loop - make the delay for one trigger how fast you want your animation to be.
Make one trigger make a counter count. > Counter > Updates Property
Make block code with the trigger with the delay when the property value changes.
Block code: broadcast message on channel(convertnumbertotext(getproperty("thepropertyyouused")))
Or, in other words for the Javascript fans out there, an infinite loop: for I, I < Infinity, I++: broadcast('thepropertyyouused')
or while true broadcast('thepropertyyouused')