How tall is the Roblox top bar?

  1. What do you want to achieve?
    I am trying to make a fullscreen ui that doesn’t overlap the Roblox top bar.
  2. What is the issue?
    I need to know how tall it is to ensure nothing is under it.
  3. What solutions have you thought of so far?
    Checking the GUI but I don’t know where I can find it.

image

58 pixels if I remember correctly. Anyways rather than doing that just use:

local GuiService = game:GetService("GuiService")
local Inset = GuiService:GetGuiInset().Y
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.