Centered 200x100 frame (default AnchorPoint)
- Input
- UDim2.new(0.5, -100, 0.5, -50)
- Expected output
- Em um pai de 1920x1080: canto superior esquerdo em (860, 490)
Scale 0.5 moves the frame's corner to the middle of the parent (960, 540); the -100/-50 offset pulls it back by half the frame's own width and height so its CENTER, not its corner, lands in the middle.