local scrollingFrame = InventoryInfo.Holder.InventoryFrame.Parent
is same as
local scrollingFrame = InventoryInfo.Holder
is that really what you want?
Have you tried ScrollingFrame.AutomaticCanvasSize = Y?
local scrollingFrame = InventoryInfo.Holder.InventoryFrame.Parent
is same as
local scrollingFrame = InventoryInfo.Holder
is that really what you want?
Have you tried ScrollingFrame.AutomaticCanvasSize = Y?