How to make an image a certain color

so I want to make an image like all gray but if I put the color to RGB (100,100,100) it just makes it darker.

How would I do this?

Sorry I’m currently on a phone so I can’t really show any pictures :frowning:

Make the image pure white in a Image Editing Software. Once uploaded to roblox you can change the image Color3 value to any color

Ok I think I didn’t give enough info.

So I want it to be like bubble gum simulator where the logo starts as gray when it is loading and then it then starts to get color.

So like black and white to colored.

The simplest thing i could think of is that you would create need two images, one grayscale and one colored. The Colored one would have a higher ZIndex than the grayscaled image. Then you would need to tween the transparancy of the coloured one to achieve the effect

I’d rather do it this way:

If you want it like that then I would reccomend looking into this post: Create a fade in logo for a loading screen

UIGradients are pretty nice.

1 Like

I’ve used that already.

It doesn’t become GRAY though. The image just becomes darker.

If I put the color to RGB(0,0,0) though, I’d get a black thing which I DO NOT WANT!

Black:


Gray:

Oh, I get it, sorry. I beleive I had something for it, one sec.

You need to make a gray version of your image in photoshop. This isn’t possible in roblox

1 Like