I want to make a border using UI.
When I tried to do so I used frames. I used 1 for each side of the screen. All of them work fine except for the top one. I tested out the game outside of roblox studio and this happened:
That space near the top isn’t supposed to be there. The anchor point is 0, 0 the position is {0, 0},{0, 0} and the size is {1, 0},{0.1, 0}.
I’m not sure what to do because it’s set to be at the complete top but it isn’t. I don’t work with UI much at all. I can’t tell if this is a minor error in my part or if this could possibly be a bug. Everything else works fine so I’m not sure. I didn’t find anything here that matched this as far as I could tell.