Ello! So, I have a predicament. I want to get the players head-burst image, which i already know how, via this, but what i want to do with this image is to remove most of the detail and make it all 1 colour. No i cant edit the photo to do that, as the photo will be dynamic, and show an assortment of player icons. I know you can use the property ImageColor3, and set it to black. How would i do something similar, to make it a different colour, like green, red, or blue, but being a solid colour.
Along with this, how would i make this image a circle, cutting out the edges, similar to the home page icon of your user on the website?
Setting it as a solid color other than Black is impossible (as far as I know) due to the quirks of ImageColor3.
However, you can make an Image round by overlaying a square with a transparent circle inside of it over the original image.
I created the image you would need to use for the overlay here, all you need to do is upload it to Roblox and follow the steps I gave above.
If this helps, upvote/mark it correct! Thanks!