How to make ScrollFrame resize to children

I was able to get this but how I do fix the large gap?
image

Hmmmmmm… This is very annoying, hang on.


this is my explorer rn

Team2
Size: {1, 0},{0, 100}
AutomaticSize: Y

Players
AnchorPoint: 0.5, 0
Position: {0.5, 0},{0, 50}
Size: {1, 0},{0, 50}
AutomaticSize: Y

Player
Size: {1, 0},{0, 50}

TopBar
AnchorPoint: 0.5, 0
Position: {0.5, 0},{0, 0}
Size: {1, 0},{0, 50}

I got it like this. But 3 players or more and now it is overlaping its own team display

image

image

Scroller:
CanvasSize: {0, 0},{2, 0}

Army Special Operations Command:
AutomaticSize: Y
Size: {1, 0},{0, 50}

List:
AutomaticSize: Y
Position: {0, 0},{1, 0}
Size: {1, 0},{1, -24}
AnchorPoint: 0, 0.5

Change the propertys of the List to this
AnchorPoint: 0, 0
Position: {0, 0},{0, 25}
Size: {1, 0},{0, 25}

Epic it works.

But do you know how to have the ScrollingFrame canvas size auto size to fit everything? When theres more player, the canvas doesn’t resize and causes teams at the bottom to not be visible.

Set the Canvas size to {0, 0},{0, 0}
and set AutomaticCanvasSize to Y,
that should do it.

1 Like

Thanks it all works! You’ve been a great help :slight_smile: