How to center a interface without using Anchor Points because my script is a selection system.
So when i create a interface, i want that interface goes in the middle.
And after move it.
I would always recommend scripting in anchor points but if you really don’t want to do that (strongly advised against), then you’ll need to do some mathematics based on the parent frame size and the selection box size. Still it would be better to use anchor points and scale position instead of offset.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.