Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Making 2 corners rounded but other corners notmal? [closed]

Asked by
sncky -20
3 years ago
Edited 3 years ago

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

0
u simply cant Optikk 499 — 3y
0
use images, or 2 UI with the same ZIndex. Its the only way lolmarios2647 46 — 3y
0
Where's your attempt of the question. Did you even bother to make an effort of that? Also, this question is non-descriptive. Therefore, your question will be closed for lack of effort. JesseSong 3916 — 3y
0
Read this to learn how to post good questions/answers:  https://scriptinghelpers.org/help/how-post-good-questions-answers JesseSong 3916 — 3y

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?

1 answer

Log in to vote
0
Answered by 3 years ago

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! :)

  • RetroBuild
Ad