I seen most fps game's have hidden core Gui's but you still have access to the gun's. Then i did research on that and found out, the gun's are not just your average tool. I think it has something to do with hopperbin, the guns are placed in replicated storage and it spawns with character. Any ways, i wanted to ask if there is a way to hide the Core Gui from seeing it like it still function's the same but you just can't see it. It stills has 1,2,3 but you can see. If it is possible, could you tell me a good site that talks about that, and says how to do it.
No, I don't think you can hide it instead of disabling
but hey, you can use this to make it visible again
local StarterGui = game:GetService('StarterGui') StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true) --replace all with a core gui stat