Okay so, I made a ui that I already set the x position to 0.5, 0. shouldnt this made the ui go to the center? then why my ui is not in the center? can someone explain this?
Which UI isn’t centered though?
Unfortunately, just setting the Position.X to 0.5 won’t make it go directly to the center!
But don’t worry, you can easily fix this by
setting the AnchorPoint of your frame to (0.5, 0)
Basically it just determines where the start position of the gui is by (x, y)
1 Like
The timer one, that one is already perfect
Set the timer’s AnchorPoint property to (0.5, 0) as previously suggested or subtract half the timer’s width from its position.
Thank You So Much, I already tried it and its working! Thank you!
Yes! Thank you so much Forummer!