How do you make an an edge poke out like this image shows?

How do you make an an edge poke out like this image shows???

Screenshot_434

I’m just beginning to learn how to make gui’s in ROBLOX so i’m sorry if its a very simple answer I know you use an ImageLabel but do you use an image that is shaped like the little thing that is poking out of the button or do you use slice???

Haha I think one way is to make a small frame of the same color as the other GuiObject, make its Rotation 45, and make its AnchorPoint .5, .5. Then position it at UDim2.new(1, 0, .5, 0). Also, make sure that BorderSizePixel is 0 and the ZIndex of the smaller frame is less than its parent GuiObject just in case. That’s definitely one solution.

Another solution would be to upload an image asset with the edge poking out already and use an ImageLabel.

2 Likes

Thanks for showing me how to do it I literally could not find out how to do this anywhere also my response is so late because I was sick yesterday.