Hello developers. I’ve found a little stump in my development process. I need some assistance in trying to keep this to the lines. The outer lines is where I need it to stay inside of, It is fine after 125,125 size is reached, But before then the bar clips outside of the Bar. Any known fixes for this? ( I’m using UI corner )
2 Likes
Turn on “Clips Descendants” in the parents Properties
1 Like
This doesn’t do anything. Thanks for trying to help though.
1 Like
ClipsDescendants doesn’t affect UICorner’s, but depending on the layout of the gui and what exactly you want I might be able to give you a solution, depending on how badly you want this solved. (Because it might get a bit tricky)
Try using a pre-designed image label for the bar with the parent frame’s ClipDescentants
property on.
Or you can script the UICorner
object so that its CornerRadius
property change.