I have a simple problem, I have an Image label in my game. It’s similar to the ones in story games. For some weird reason, my Image label is not clear and I can’t change the background of the image!
The image above is from my game, the background of the Image is grayish and that is because I put the NPC in front of a gray wall and took a screenshot.
But, this image is from a different game. As you can see the background is clear and it blends in with the normal back color. It’s also clear.
How do I make my Image more clear?
How do I make my image background transparent?
I just started coding and if I might sound dumb, please mind me.
I would get rid of the grey background when you took the screenshot. You can use Photoshop or even Paint3d to do this. Make sure to make your image a png file too, so there is no background.
Hmm, if you’re not using a png or bmp file for your image, you will run into issues (I’m not sure if bitmap works, so stick with png). I know that if you render in Blender that the image will automatically have a background if you use the default render settings. Either way, you need to have an image with a transparent background. If you are using Blender, take a look at this post. I’ve provided the useful snippet.
The image not being clear is probably due to ROBLOX’s image scaling. Just make it a little smaller and a perfect square shape. Also, to make your background transparent you need to export your rendered image with alpha channel if you use Cinema4D. I don’t know how to do it in blender but it should be the same concept.
Honestly if you make a green screen in studio, set the lighting up correctly, AND increase studio resolution under advanced settings, you can convincingly select and key out the green in screenshots.
If you’re talking about changing the wall’s color to the GUI color, I already tried that the game lighting messes up the color so there is a difference.