Is it possible to recreate "clown vomit" from Baldi's Basics Classic Remastered?

  1. What do you want to achieve? Keep it simple and clear!
    I am trying to replicate an effect from Baldi’s Basics Classic Remastered

  2. What is the issue? Include screenshots / videos if possible!
    I have attempted Color3 with math.random(0,255) before, but it doesn’t really look like the “clown vomit”

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    There are no posts related to what I’m looking for

another example:

I am using Textures, my full script is just;

script.Parent.Texture.Color3 = Color3.fromRGB(math.random(0,255), math.random(0,255), math.random(0,255))

--although, it doesn't replicate the glitch effect. Do I need to create more textures or is there another way?```

Judging from what you want, you’ll have to create some of these assets yourself.

I managed to dig up this post about inverting colours which may be of some use to you.

If you need anything else, feel free to ask again.

Thank you!
(Characterssssssss)