Hello!
I want to make overlay like this
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.
Hello!
I want to make overlay like this
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:
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.
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.