olollolll
(olo)
February 19, 2022, 12:47pm
#1
What do you want to achieve?
Rounded style for a scrolling frame.
What is the issue?
UICorner doesn’t work on a scrolling frame?
What solutions have you tried so far?
None, couldn’t find anything on web about this.
It would be really great if someone would help me, thanks!
1 Like
Staric14
(Dersty)
February 19, 2022, 12:51pm
#2
Answer in Roblox Staff’s Topic:
We no longer apply Gui effects such as RoundCorner and Gradient to scrolling frames . This is due to that fact that we realize some pitfalls in our legacy design of scrolling frame, and may do some improvements in the near future. Before we finalizing the new structure of scrolling frames, we temporarily disable all the Gui effects in case it has unexpected behavioral changes afterwards.
If you want a rounded scrolling frame, you should apply the round corner to a parent frame and then insert a scrolling frame as children and turn off the background of scrolling frame.
2 Likes
olollolll
(olo)
February 19, 2022, 12:58pm
#3
Nevermind, I found a solution. (Placed an normal frame with UICorner under the scrolling frame.)
This announcement was from two years ago, have they re-supported it? I’m having the same problem with UI corners not working.
1 Like
Nope, they didn’t.
aaaaaaaaaaaaaaaa
CaelmDev
(Caelm)
March 18, 2023, 12:39am
#6
Sorry for bumping the topic can you please elaborate on that
x1_EE
(BucketOPaint)
March 19, 2023, 3:19pm
#7
He means he got a frame that has a child as scrolling frame with its background transparency set to 1, the frame (scrollingframe parent) has a UICorner within it
2 Likes