What’s the exact size and position of the topbar?
3 Likes
1,0,0,36
- I think which means the position is 0,0,0,-36
3 Likes
Since I would imagine this is for GUI purposes you should be using the following in case Roblox were to change it in the future Documentation - Roblox Creator Hub
17 Likes
Thanks - that’s exactly what I need.
For anyone else reading this, you can achieve this by doing:
print(game:GetService(“GuiService”):GetGuiInset())
12 Likes
This link doesn’t seem to work anymore.
Here’s a new one:
8 Likes