Is it weird that I still get the GUI overlay on the top of my screen while playing my game when I have this script in it?
local StarterGui = game:GetService('StarterGui')
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
If so, how do I get rid of it? |