Cloned Frames in ScrollingFrame not working properly

I am trying to make a phone system and it seems that when I clone frames, they don’t position themselves.


Script:

This clones an example , makes it visible through server script and parents it to the ScrollingFrame, then the local handles changing the PlayerNumber and the PlayerName

It works, but not properly.

2 Likes

Use UIListLayout to achieve this.

2 Likes

Already using it
(chrieorsadhs)

2 Likes

This only happens when cloning, it’s something with the script, because in studio it works fine if I add more frames

2 Likes

Maybe you are parenting the clone to the wrong frame? Thats why its in 1 position. Did you change the setting of the UIListLayout ?

2 Likes

Apparently my script deletes the UIListLayout because it doesn’t detect if it isn’t one, thank you for the help trying to figure it out.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.