UI constraint for adding padding to a specific list item

As a developer it’s annoyingly difficult to add padding to a specific item in a list layout. You have to make a wrapper frame for the item and add padding to that. It would be great if I could add a ui constraint to the item in order to specify padding to add before and after the item.

What I want:

  • Add the constraint as a child of the item you want to affect
  • UDim additional padding before this item
  • UDim additional padding after this item
  • Works with UIListLayout
5 Likes

So you basically want margins? Yep, that sound like a great idea but I highly doubt roblox would add this.