How would I remove the top bar? And if you tell me the limit is 0.5 I know however if you play Phantom Forces the top bar is gone.
Put this in a local script. Replicated first or starterplayerscripts is the best.
pcall(function() wait() local starterGui = game:GetService('StarterGui') starterGui:SetCore("TopbarEnabled", false) end)
there will be an extra 36 pixles on top of the screen to account for in your gui sizes.