What is the Roblox Menu Button Size and Position?

Title basically explains it.

Here is an image of what I am talking about:
Screen Shot 2022-07-24 at 9.32.01 AM

Let me know the size and position if you guys know it.

Thanks for your help!

Sincerely,

papahetfan

1 Like

image
Here is the logo (Inside CoreGui). The size is 0,32,1,0

32 pixels long and 32 pixels in height

image

1 Like

Thank you for the size. What would the position be though?

1 Like

The position of the button itself is 0,0,1,0 with an anchor point of 0,1 since there is a frame holding it. The position of the frame however, is the half of 32, so 16. 0,16,0,0. This frame is being hold by a frame of size 36 (1,0,0,36).

Essentially if you want to have a frame in the same spot these are the properties:

  • Position: 0,16,0,4
  • Size: 0,32,0,32
5 Likes

I’ve been looking for the answer for a while. Thank you very much!

2 Likes

Hey, I’ve done a bunch of searching and I can’t find an updated post showing what the size and position of the default buttons are. Anyone here happen to know what the updated way to find the size/position of these default buttons?

1 Like