How would I set UIList to work with Children as well?

Looking to have UIList work with Children as well.
Normally it’ll just position the Child of the (Frame) elsewhere, other than in its correct position.

Does anyone know how to fix this?

1 Like

You probably used Offset as position in the (Frame)s child, consider using scale.

Please send an image of the problem as it can help, the question is too vague.

Sure, I’ll be sending a photo right now.

  • BEFORE: (UIListLayout)
    image
  • AFTER: (UIListLayout)
    image

Properties from PMs:

It seems like you are using offset for your position, consider using scale.

Alright I’ll try that right away.