How to make scrollbars like this


the image is imagination,
if I don’t want to add extra padding (also w/ like tween back effect if user scroll out the limit I think idk what its called)
what can I do

I’ve got absolutely no clue what you’re trying to accomplish. Maybe you could draw something more detailed or something?

1 Like

if I add a scrollframe with full width (the image is 800x600, left bar is 200) (600,600), the scrollbar image will go off the 20 or 25px (I forgot) round corner
and I don’t want to add extra padding

1 Like

Oh I get it now uh I mean I’m unsure if you can somehow change it so that the ScrollingFrame respects ClipDescendants sorta but with the scrolling bar

i briefly skimmed thru the properties and couldn’t really find much either

1 Like

The only thing I can think of now is kinda a workaround.

You’d use the ScrollingFrame’s AbsoluteCanvasSize and change the Y value to be a little bit higher just so it doesn’t clip.

Then you’d have to move all of your content down a bit.

Sadly couldn’t find anything around this so that’s all I can really think of

1 Like

yeah uicorner clipdescdendants or whatever its called wont work
I think roblox should add that feature ngl

1 Like

Honestly they probably should make that a feature. Btw did you try the method I just suggested (or about to?)

1 Like

about to try but I also have that idea just too lazy and want to see if there’s easier methods

1 Like

You’d have to use a UICanvas, but it lowers the quality by a lot for some reason. That’s why I don’t use UI canvas.

yeah then I prob wont use it I don’t want to make it bluestacks rendering :+1:

1 Like

kinda want to ask one more question
what if I want scrollbar to have specific position w/ a automatic size

1 Like

Wdym? Also I fell asleep lol cuz it was like 12PM for me

1 Like

like
idk how to know the height (all stuff inside the scrollframe) to make a custom scrollbar
but if I make it automatic size, when the content is not overflow, I cannot set CanvasPosition

1 Like

Hm yeah I don’t think that’s possible with automaticSize. Yeah

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.