UIStroke not responsive

Hey,

I want to add a border to my frame. However, the frame has a UICorner so the border property doesn’t work. I tried adding an UIStroke but they don’t work percentual which means that they look weird on different screen sizes. I don’t want to use another frame behind the frame as a replacement for the UIStroke. Is there any way to make a responsive / percentual border around a frame with UICorner?

I hope you can help me with this one

you could try using userinput service to resize the uistroke (for example, keyboardenabled then make it 5, or if touchenabled make it 1) i honestly dont know what to do, so thats all i can say. sorry