The following code is a single line script; therefore It should be incredibly simple to follow use. All you need to do is use a loop with a saved color to cycle through the hue!
The following code snippet is an example of using the script:
Code: Select all
- define color <color[255,0,0]>
- repeat 100:
- actionbar <[text].color[<[color]>]>
- wait .02t
- define color <[color].with_hue[<[color].hue.add[15]>]>
IMPORTANT: This script can be quite heavy, due to needing to be called a lot to be useful. Consider using it sparingly.
Here's a quick gif demonstration of the script in action (using the effect to this extent did reduce TPS, really only used for example)
https://i.imgur.com/44P4a9m.mp4
EDIT: Bigger header