As shown in the video below, GuiService.TopbarInset
has the incorrect value of 0, 0, 0, 0
for a few frames, then the incorrect value of 0, 0, 0, 58
for a few frames, and only after that does it finally update to the correct value:
Expected behavior
GuiService.TopbarInset
should have the correct value before any code runs (at least right before game.Loaded
).