UIListLayout
Overview
Properties
Padding
Code Samples
local ScreenGui = script.Parent
local Frame = ScreenGui:WaitForChild("Frame")
local UIListLayout = Frame:WaitForChild("UIListLayout")
UIListLayout.Padding = UDim.new(0, 20)Wraps
Code Samples
Methods
Events
See also
GUILast updated