Resxt this is pretty cool, I converted it to bo2 and enjoy it, if you are the creator thank you

JuiceTrailer62
@JuiceTrailer62
Posts
-
any velocity/speed meters? -
[Release] [Zombies] Health and Zombie Counterdivide_color( a, b, c ) { return( a / 255, b / 255, c / 255 ); }
If you want to, I haven't seen it yet.
you can divide the color of the health and zombies, have it green for max health, half health yellow, and low red with this function same with zombies, have it red for last ect, its cool and it hasn't been done to my knowledge. exampleif( self.health <= 100 ) { return divide_color( math ); } else { return divide_color( math ); } ``` I'll test and get the math and update this later