I want to try to make a scrolling frame that will automatically expand with its children inside
Ive tried using this line of code:
game.Players.LocalPlayer.PlayerGui.GameGui.Inventory.ScrollingFrame.CanvasSize = UDim2.new(0, game.Players.LocalPlayer.PlayerGui.GameGui.Inventory.ScrollingFrame.UIGridLayout.AbsoluteContentSize.X, 0, game.Players.LocalPlayer.PlayerGui.GameGui.Inventory.ScrollingFrame.UIGridLayout.AbsoluteContentSize.Y)
The problem with this is that the padding is way too big between the different lines of the guis:
Processing: 2021-10-22 12-34-33.mkv…
I want to achieve something similar to: