Is there a way to hide CoreGUI entirely?

im wanting to make a bsod for a lidar horror game im working on and i want it to seem as real as i can get it without anything to break tos (so like cutting qr codes and tagging links)

im just wondering if theres a possible way to hide all this stuff, including the actual topbar itself. I know you can do some things with it like adding buttons but im not sure how to go around hiding the top bar, performance stats and microprofiler if its even possible to do that

i also want it to reappear after the player presses a prompt which will actually put them into the game

i also might disable inputs entirely but that shouldnt be majorly difficult

Nope. There isn’t any way to do that. Roblox simply doesn’t allow it as some malicious developers can simply abuse this.

dang thats annoying

just gonna have to hope the player doesnt have the microprofiler or performance stats open then

Yes. You could, however, disable the top bar using this StarterGui:SetCore("TopbarEnabled",false) but it’s not the same as what you’re asking here.

Forgot to mention, if my reply solved your issue then please consider marking it as the solution to let others know.

I can assure you once more that there is no possible way of disabling the CoreGui.