Is it possible to create overlay like this? (creating eyes)

Hello!

I want to make overlay like this

Eyes

but with the pupils inside the eyes image

but if I add “pupils”, its not inside those eyes (not cropped by eye outline)

I’m not familiar with guis, pardon me if this is simple problem.

No, not really. It’s not really possible to have that in roblox. One way you can do this is to use canvas groups but have them completely circular so the ability of having different eye shape is completely removed. Another way you could do this is to again have canvas groups but have it parents to the eye image and then add the pupils inside.

Something like so:
image

Do ensure that the background transparency property of the canvas group is set to 1 so that you will not be able to see it.

Obviously this isn’t perfect but it’s the best and only method.

1 Like

I see, thanks for the response!

I’ll try to mess around with these to see if it would behave as I wanted to be.

I do think its possiple!! But not with Gui! I have attempted to do something simmilar. I layered textures and updated the U and V cordinates to move the eyes around!