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”
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
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?```