ScrollingFrame Children Scaling Help

So, I’m trying to make a UI, Similar to Bee Swarm Simulator’s Quest UI. The issue is, the scrollingFrame’s Children wont scale, it just overlaps using any layout. How can I make it so the quests scale while being different sizes, I tried using UIListLayout sand UIGridLayouts and it doesnt work…

TLDR: How can I make offset on a ScrollingFrame when the children are different sizes

What it looks like:
image_2024-03-10_174343410

What I’m trying to go for:

set the automaticcanvassize on the scrollingframe to Y and add a uilistlayout thats set to vertical

2 Likes

It still overlaps with different Tasks size

image

NVM It works! Tysm, I’ve been on it for the past hour lol

1 Like

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