-
What do you want to achieve?
Scrolling frame inside Leaderboard scrollable until last “Frame with name” -
What is the issue?
Heres script:
local function Change()
script.Parent.CanvasSize = UDim2.new(0, script.Parent.Size.X.Offset, 0, script.Parent.UIListLayout.AbsoluteContentSize.Y)
end
script.Parent:GetPropertyChangedSignal("Size"):Connect(Change)
Change()
Any help is appreciated!
