I’m trying to make a gui that covers the whole screen. If you make the size {1,0} {1,0} will that cover the whole screen. I tried it and when I’m creating the gui it covers the whole screen but when I play the game there’s a space on the top. While Creating
Setting the size to {2,0} {2,0} should do. But you’ll have to change the position accordingly {-1,0} {-1,0} to make up for the size.
As for the stats you can go to (while you’re playing) Settings>Performance Stats>Off
Another way you can make a GUI cover the whole screen is by setting the size to {1, 0, 1, 36} and then setting the AnchorPoint to 0, 1.
Related thread:
Edit: Forgot to adjust the position, you should also change the position to {0,0,1,0}. However I would recommend using IgnoreGuiInset because it is a clearer way of making a gui cover the top bar and a much simpler solution.
@Wunder_Wulfe: Thanks for picking me up on that mistake.