Scrolling frame scrolling problem (Weird scaling)

  1. What do you want to achieve?
    Scrolling frame inside Leaderboard scrollable until last “Frame with name”

  2. 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!

1 Like