Substitution for UIStroke

I need to use a UiCorner along with a border, and the only way I think this is possible is to either 1. Create many frames and put them together or 2. Use UIStroke. I know that UiStroke Does’t work in Roblox Player because it isn’t out, so What do I have to do to substitute it?

1 Like

You could make an image that looks like the borders.

1 Like

Don’t substitute it with an image. It’ll just look like you don’t care.

Instead, use Z-index and two frames. One frame would be the border. Other one would be the space inside or your content. Center it based on the background/border frame.

1 Like

This doesn’t work with buttons. You might click the border button yet the actual ‘button’ in the middle will not go dark. Do I have to use MouseButton1Click on Frames or TextLabels and write the button animation myself?

1 Like

Don’t use the default AutoButtonColor property, instead simply script a tween that darkens the BackgroundColor on MouseEnter, giving you a much better effect than the default auto button colour.