How do i make 2 upper corners rounded? bottom corners normal (Without using images)
Frame = Instance.new("ImageButton", AppDir.Temp) Frame.Size = UDim2.new(0, SceneSize.X,0,30) Frame.Position = UDim2.new(0.5, math.floor(SceneSize.X / 2)*-1, 0.5, math.floor(SceneSize.Y / 2)*-1) Frame.AutoButtonColor = false UICorner.CornerRadius = UDim.new(0, 6) UICorner.Parent = Frame
Hello there, there is a way. If you make the UI all rounded and put it so you can't see the bottom or top of it, it will look how u prob want it too! :)
Closed as Not Constructive by JesseSong
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?