Hi. I want to copy and move a row of 10 text labels down 10 pixels from their current position, do you know if there is a plugin or anything to do this? I need a total of 100 boxes, 10 x 10. I can’t script them, because each box needs to be seen in studio for adding more function later. If you know a way or any plugins, please let me know. Thank you.
1 Like
A way I would do it is to store everything inside of a transparent frame. In this case you can change the location of the frame and all the children will follow.
3 Likes
Select the row of frames by either shift + clicking them or clicking and dragging over them in the explorer then copy paste, shouldn’t be hard.
2 Likes
Can’t you just use a UIGrid or UIList Layout and size it to your need? It will position everything for you
This definitely helped, thanks!
1 Like