How to make the Rainbow Effect for Za Warudo / Timestop?

Hey! I’m trying to make a timestop effect, but I don’t know how to make the rainbow effect. You probably know what I mean if you’ve watched JJBA or a video of a character in JJBA doing it.

It’s basically some rainbow thing coming out of the character and then the map goes grey. I know how to do that (messing with Lightning), I only don’t know the rainbow one. Should I create a BillboardGui with a Frame or something like that?
Thanks!

Well, i’m no advanced programmer but you could insert an object in the lighting if a player touches the part that’s supposed to grey your screen, then tween the object in the lighting to look more back to normal, if there’s no such thing as that then you could go to developer hub and research what you could do with that.

1 Like

To spring off of what reygenne1 said here, using rainbow effects would just involve some nice ColorCorrection, or some hefty amounts of part manipulation.
Although stuff like this is my jam, I don’t really use the rainbow effects. However, I would imagine you would want to do one of the following :

A. ColorCorrection, cause colors to appear on the users screen. Noteably lots of Saturation could help achieve this effect.
B. A similar effect to HOURS, whereas you color every part individually to a random shade from the RGB color wheel, and turn it neon.

The caveat with B, however, is that meshes are extremely difficult to get around, as you cannot tween colors when dealing with a texture image.

4 Likes

Also, if you want extruding waves I made a forcefield with an orb mesh that you’re able to tween. You can combine this and lighting changes to make a stunning timestop effect!

https://www.roblox.com/library/5850613527/Timestop-Waves

4 Likes