After successfully completing a GUI-based transition which consists of two blocks exactly the size of half the screen, I then noticed that it doesn’t cover the topbar. I do know that the topbar is 38 pixels tall, so I used the Offset on Position to compensate, but I’m struggling to fully convert the whole thing to compensate for the topbar. Any advice for converting any GUI animations for things like this?
You can set the IgnoreGuiInset property of ScreenGuis. That makes it where the gui starts at the top of the screen, ignoring the topbar. And I think the topbar is 36 pixels instead of 38.
2 Likes
Didn’t know that existed! Thanks!
1 Like